public static interface ListEmailIdentitiesResponse.Builder extends PinpointEmailResponse.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 identities associated with your Amazon Pinpoint account.
|
ListEmailIdentitiesResponse.Builder |
emailIdentities(Consumer<IdentityInfo.Builder>... emailIdentities)
An array that includes all of the identities associated with your Amazon Pinpoint account.
|
ListEmailIdentitiesResponse.Builder |
emailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the identities associated with your Amazon Pinpoint 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 identities associated with your Amazon Pinpoint account.
emailIdentities - An array that includes all of the identities associated with your Amazon Pinpoint account.ListEmailIdentitiesResponse.Builder emailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the identities associated with your Amazon Pinpoint account.
emailIdentities - An array that includes all of the identities associated with your Amazon Pinpoint account.ListEmailIdentitiesResponse.Builder emailIdentities(Consumer<IdentityInfo.Builder>... emailIdentities)
An array that includes all of the identities associated with your Amazon Pinpoint 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 © 2019. All rights reserved.