Interface SetIdentityNotificationTopicRequest.Builder

    • Method Detail

      • identity

        SetIdentityNotificationTopicRequest.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: [email protected], 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: [email protected], 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, NotificationType
      • snsTopic

        SetIdentityNotificationTopicRequest.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.

        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.