CopyableBuilder<GetIdentityNotificationAttributesRequest.Builder,GetIdentityNotificationAttributesRequest>
, SdkBuilder<GetIdentityNotificationAttributesRequest.Builder,GetIdentityNotificationAttributesRequest>
public static interface GetIdentityNotificationAttributesRequest.Builder extends CopyableBuilder<GetIdentityNotificationAttributesRequest.Builder,GetIdentityNotificationAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
GetIdentityNotificationAttributesRequest.Builder |
identities(String... identities) |
A list of one or more identities.
|
GetIdentityNotificationAttributesRequest.Builder |
identities(Collection<String> identities) |
A list of one or more identities.
|
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
.
NOTE: This method appends the values to the existing list (if any). Use
#setIdentities(java.util.Collection)
or #withIdentities(java.util.Collection)
if you want to
override the existing values.
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.