public static interface ListEmailIdentitiesResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListEmailIdentitiesResponse.Builder,ListEmailIdentitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEmailIdentitiesResponse.Builder |
emailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
ListEmailIdentitiesResponse.Builder |
emailIdentities(Consumer<IdentityInfo.Builder>... emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
ListEmailIdentitiesResponse.Builder |
emailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
ListEmailIdentitiesResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEmailIdentitiesResponse.Builder emailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
emailIdentities - An array that includes all of the email identities associated with your Amazon Web Services account.ListEmailIdentitiesResponse.Builder emailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
emailIdentities - An array that includes all of the email identities associated with your Amazon Web Services account.ListEmailIdentitiesResponse.Builder emailIdentities(Consumer<IdentityInfo.Builder>... emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #emailIdentities(List) .emailIdentities - a consumer that will call methods on List.Builder #emailIdentities(List) ListEmailIdentitiesResponse.Builder nextToken(String nextToken)
A token that indicates that there are additional configuration sets to list. To view additional configuration
sets, issue another request to ListEmailIdentities, and pass this token in the
NextToken parameter.
nextToken - A token that indicates that there are additional configuration sets to list. To view additional
configuration sets, issue another request to ListEmailIdentities, and pass this token in
the NextToken parameter.Copyright © 2021. All rights reserved.