public static interface SetIdentityNotificationTopicRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetIdentityNotificationTopicRequest.Builder,SetIdentityNotificationTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
SetIdentityNotificationTopicRequest.Builder |
identity(String identity)
The identity (email address or domain) for the Amazon SNS topic.
|
SetIdentityNotificationTopicRequest.Builder |
notificationType(NotificationType notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
|
SetIdentityNotificationTopicRequest.Builder |
notificationType(String notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
|
SetIdentityNotificationTopicRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetIdentityNotificationTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetIdentityNotificationTopicRequest.Builder |
snsTopic(String snsTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetIdentityNotificationTopicRequest.Builder identity(String identity)
The identity (email address or domain) for the Amazon SNS topic.
You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The following
examples are all valid identities: sender@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
identity - The identity (email address or domain) for the Amazon SNS topic. You can only specify a verified identity for this parameter.
You can specify an identity by using its name or by using its Amazon Resource Name (ARN). The
following examples are all valid identities: sender@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
SetIdentityNotificationTopicRequest.Builder notificationType(String notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
notificationType - The type of notifications that are published to the specified Amazon SNS topic.NotificationType,
NotificationTypeSetIdentityNotificationTopicRequest.Builder notificationType(NotificationType notificationType)
The type of notifications that are published to the specified Amazon SNS topic.
notificationType - The type of notifications that are published to the specified Amazon SNS topic.NotificationType,
NotificationTypeSetIdentityNotificationTopicRequest.Builder snsTopic(String snsTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a
null value is passed, SnsTopic is cleared and publishing is disabled.
snsTopic - The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request
or a null value is passed, SnsTopic is cleared and publishing is disabled.SetIdentityNotificationTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetIdentityNotificationTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.