Interface SetIdentityNotificationTopicRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<SetIdentityNotificationTopicRequest.Builder,SetIdentityNotificationTopicRequest>, SdkBuilder<SetIdentityNotificationTopicRequest.Builder,SetIdentityNotificationTopicRequest>, SdkPojo, SdkRequest.Builder, SesRequest.Builder
Enclosing class:
SetIdentityNotificationTopicRequest

public static interface SetIdentityNotificationTopicRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetIdentityNotificationTopicRequest.Builder,SetIdentityNotificationTopicRequest>
  • 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

      SetIdentityNotificationTopicRequest.Builder notificationType(String 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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.