Interface ListEmailIdentitiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEmailIdentitiesResponse.Builder,,ListEmailIdentitiesResponse> SdkBuilder<ListEmailIdentitiesResponse.Builder,,ListEmailIdentitiesResponse> SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
ListEmailIdentitiesResponse
public static interface ListEmailIdentitiesResponse.Builder
extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListEmailIdentitiesResponse.Builder,ListEmailIdentitiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionemailIdentities(Collection<IdentityInfo> emailIdentities) An array that includes all of the email identities associated with your Amazon Web Services account.emailIdentities(Consumer<IdentityInfo.Builder>... emailIdentities) An array that includes all of the email identities associated with your Amazon Web Services account.emailIdentities(IdentityInfo... emailIdentities) An array that includes all of the email identities associated with your Amazon Web Services account.A token that indicates that there are additional configuration sets to list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
emailIdentities
An array that includes all of the email identities associated with your Amazon Web Services account.
- Parameters:
emailIdentities- An array that includes all of the email identities associated with your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailIdentities
An array that includes all of the email identities associated with your Amazon Web Services account.
- Parameters:
emailIdentities- An array that includes all of the email identities associated with your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailIdentities
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.Builderavoiding the need to create one manually viaIdentityInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemailIdentities(List<IdentityInfo>).- Parameters:
emailIdentities- a consumer that will call methods onIdentityInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 theNextTokenparameter.- Parameters:
nextToken- A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request toListEmailIdentities, and pass this token in theNextTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-