public static interface GetIdentityNotificationAttributesRequest.Builder extends SESRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetIdentityNotificationAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
GetIdentityNotificationAttributesRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetIdentityNotificationAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.