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 method that creates an instance of theIdentityInfo.Builder avoiding the need to create one
manually via IdentityInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #emailIdentities(List.
emailIdentities - a consumer that will call methods on
IdentityInfo.Builder#emailIdentities(java.util.Collection) 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 © 2022. All rights reserved.