Interface CreateEmailIdentityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEmailIdentityRequest.Builder,CreateEmailIdentityRequest>,PinpointEmailRequest.Builder,SdkBuilder<CreateEmailIdentityRequest.Builder,CreateEmailIdentityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEmailIdentityRequest
public static interface CreateEmailIdentityRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<CreateEmailIdentityRequest.Builder,CreateEmailIdentityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEmailIdentityRequest.BuilderemailIdentity(String emailIdentity)The email address or domain that you want to verify.CreateEmailIdentityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEmailIdentityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEmailIdentityRequest.Buildertags(Collection<Tag> tags)An array of objects that define the tags (keys and values) that you want to associate with the email identity.CreateEmailIdentityRequest.Buildertags(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.Buildertags(Tag... tags)An array of objects that define the tags (keys and values) that you want to associate with the email identity.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
emailIdentity
CreateEmailIdentityRequest.Builder emailIdentity(String emailIdentity)
The email address or domain that you want to verify.
- Parameters:
emailIdentity- The email address or domain that you want to verify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
tags- An array of objects that define the tags (keys and values) that you want to associate with the email identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
tags- An array of objects that define the tags (keys and values) that you want to associate with the email identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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 method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateEmailIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEmailIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-