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 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 © 2023. All rights reserved.