Interface SetIdentityNotificationTopicRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SetIdentityNotificationTopicRequest.Builder,
,SetIdentityNotificationTopicRequest> SdkBuilder<SetIdentityNotificationTopicRequest.Builder,
,SetIdentityNotificationTopicRequest> SdkPojo
,SdkRequest.Builder
,SesRequest.Builder
- Enclosing class:
SetIdentityNotificationTopicRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe identity (email address or domain) for the Amazon SNS topic.notificationType
(String notificationType) The type of notifications that are published to the specified Amazon SNS topic.notificationType
(NotificationType notificationType) The type of notifications that are published to the specified Amazon SNS topic.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the Amazon SNS topic.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
Method Details
-
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
.- Parameters:
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
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationType
The type of notifications that are published to the specified Amazon SNS topic.
- Parameters:
notificationType
- The type of notifications that are published to the specified Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notificationType
The type of notifications that are published to the specified Amazon SNS topic.
- Parameters:
notificationType
- The type of notifications that are published to the specified Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetIdentityNotificationTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SetIdentityNotificationTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-