public static interface GetIdentityNotificationAttributesRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<GetIdentityNotificationAttributesRequest.Builder,GetIdentityNotificationAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetIdentityNotificationAttributesRequest.Builder |
identities(Collection<String> identities)
A list of one or more identities.
|
GetIdentityNotificationAttributesRequest.Builder |
identities(String... identities)
A list of one or more identities.
|
GetIdentityNotificationAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetIdentityNotificationAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetIdentityNotificationAttributesRequest.Builder identities(Collection<String> identities)
A list of one or more identities. 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.
identities - A list of one or more identities. 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.GetIdentityNotificationAttributesRequest.Builder identities(String... identities)
A list of one or more identities. 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.
identities - A list of one or more identities. 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.GetIdentityNotificationAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetIdentityNotificationAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.