public static interface CreateEmailIdentityRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<CreateEmailIdentityRequest.Builder,CreateEmailIdentityRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEmailIdentityRequest.Builder |
emailIdentity(String emailIdentity)
The email address or domain that you want to verify.
|
CreateEmailIdentityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEmailIdentityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEmailIdentityRequest.Builder |
tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that you want to associate with the email
identity.
|
CreateEmailIdentityRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that you want to associate with the email
identity.
|
CreateEmailIdentityRequest.Builder |
tags(Tag... tags)
An array of objects that define the tags (keys and values) that you want to associate with the email
identity.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEmailIdentityRequest.Builder emailIdentity(String emailIdentity)
The email address or domain that you want to verify.
emailIdentity - The email address or domain that you want to verify.CreateEmailIdentityRequest.Builder tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
tags - An array of objects that define the tags (keys and values) that you want to associate with the email
identity.CreateEmailIdentityRequest.Builder tags(Tag... tags)
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
tags - An array of objects that define the tags (keys and values) that you want to associate with the email
identity.CreateEmailIdentityRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateEmailIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEmailIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.