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