CopyableBuilder<GetIdentityDkimAttributesRequest.Builder,GetIdentityDkimAttributesRequest>, SdkBuilder<GetIdentityDkimAttributesRequest.Builder,GetIdentityDkimAttributesRequest>public static interface GetIdentityDkimAttributesRequest.Builder extends CopyableBuilder<GetIdentityDkimAttributesRequest.Builder,GetIdentityDkimAttributesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetIdentityDkimAttributesRequest.Builder |
identities(String... identities) |
A list of one or more verified identities - email addresses, domains, or both.
|
GetIdentityDkimAttributesRequest.Builder |
identities(Collection<String> identities) |
A list of one or more verified identities - email addresses, domains, or both.
|
copyapply, buildGetIdentityDkimAttributesRequest.Builder identities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or both.
identities - A list of one or more verified identities - email addresses, domains, or both.GetIdentityDkimAttributesRequest.Builder identities(String... identities)
A list of one or more verified identities - email addresses, domains, or both.
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 verified identities - email addresses, domains, or both.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.