Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetIdentityNotificationTopicRequest.Builder,SetIdentityNotificationTopicRequest>
@Generated("software.amazon.awssdk:codegen") public class SetIdentityNotificationTopicRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetIdentityNotificationTopicRequest.Builder,SetIdentityNotificationTopicRequest>
Represents a request to specify the Amazon SNS topic to which Amazon SES will publish bounce, complaint, or delivery notifications for emails sent with that identity as the Source. For information about Amazon SES notifications, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetIdentityNotificationTopicRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetIdentityNotificationTopicRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identity() |
The identity for which the Amazon SNS topic will be set.
|
String |
notificationType() |
The type of notifications that will be published to the specified Amazon SNS topic.
|
static Class<? extends SetIdentityNotificationTopicRequest.Builder> |
serializableBuilderClass() |
|
String |
snsTopic() |
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
SetIdentityNotificationTopicRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String identity()
The identity for which the Amazon SNS topic will be set. You can specify an identity by using its name or by
using its Amazon Resource Name (ARN). Examples: user@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
user@example.com
,
example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.public String notificationType()
The type of notifications that will be published to the specified Amazon SNS topic.
NotificationType
public 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
is cleared and publishing is disabled.public SetIdentityNotificationTopicRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetIdentityNotificationTopicRequest.Builder,SetIdentityNotificationTopicRequest>
public static SetIdentityNotificationTopicRequest.Builder builder()
public static Class<? extends SetIdentityNotificationTopicRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.