Interface PutEmailIdentityDkimSigningAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutEmailIdentityDkimSigningAttributesRequest.Builder,,PutEmailIdentityDkimSigningAttributesRequest> SdkBuilder<PutEmailIdentityDkimSigningAttributesRequest.Builder,,PutEmailIdentityDkimSigningAttributesRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
PutEmailIdentityDkimSigningAttributesRequest
-
Method Summary
Modifier and TypeMethodDescriptionemailIdentity(String emailIdentity) The email identity.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.signingAttributes(Consumer<DkimSigningAttributes.Builder> signingAttributes) An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.signingAttributes(DkimSigningAttributes signingAttributes) An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.signingAttributesOrigin(String signingAttributesOrigin) The method to use to configure DKIM for the identity.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) The method to use to configure DKIM for the identity.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
emailIdentity
The email identity.
- Parameters:
emailIdentity- The email identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingAttributesOrigin
PutEmailIdentityDkimSigningAttributesRequest.Builder signingAttributesOrigin(String signingAttributesOrigin) The method to use to configure DKIM for the identity. There are the following possible values:
-
AWS_SES– Configure DKIM for the identity by using Easy DKIM. -
EXTERNAL– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
- Parameters:
signingAttributesOrigin- The method to use to configure DKIM for the identity. There are the following possible values:-
AWS_SES– Configure DKIM for the identity by using Easy DKIM. -
EXTERNAL– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
signingAttributesOrigin
PutEmailIdentityDkimSigningAttributesRequest.Builder signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) The method to use to configure DKIM for the identity. There are the following possible values:
-
AWS_SES– Configure DKIM for the identity by using Easy DKIM. -
EXTERNAL– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
- Parameters:
signingAttributesOrigin- The method to use to configure DKIM for the identity. There are the following possible values:-
AWS_SES– Configure DKIM for the identity by using Easy DKIM. -
EXTERNAL– Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
signingAttributes
PutEmailIdentityDkimSigningAttributesRequest.Builder signingAttributes(DkimSigningAttributes signingAttributes) An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
- Parameters:
signingAttributes- An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingAttributes
default PutEmailIdentityDkimSigningAttributesRequest.Builder signingAttributes(Consumer<DkimSigningAttributes.Builder> signingAttributes) An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
This is a convenience method that creates an instance of theDkimSigningAttributes.Builderavoiding the need to create one manually viaDkimSigningAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosigningAttributes(DkimSigningAttributes).- Parameters:
signingAttributes- a consumer that will call methods onDkimSigningAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutEmailIdentityDkimSigningAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutEmailIdentityDkimSigningAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-