public static interface PutEmailIdentityDkimSigningAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutEmailIdentityDkimSigningAttributesRequest.Builder,PutEmailIdentityDkimSigningAttributesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEmailIdentityDkimSigningAttributesRequest.Builder emailIdentity(String emailIdentity)
The email identity that you want to configure DKIM for.
emailIdentity - The email identity that you want to configure DKIM for.PutEmailIdentityDkimSigningAttributesRequest.Builder signingAttributesOrigin(String signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity. There are two 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).
signingAttributesOrigin - The method that you want to use to configure DKIM for the identity. There are two 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).
DkimSigningAttributesOrigin,
DkimSigningAttributesOriginPutEmailIdentityDkimSigningAttributesRequest.Builder signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity. There are two 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).
signingAttributesOrigin - The method that you want to use to configure DKIM for the identity. There are two 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).
DkimSigningAttributesOrigin,
DkimSigningAttributesOriginPutEmailIdentityDkimSigningAttributesRequest.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. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM) for the identity.
signingAttributes - An object that contains information about the private key and selector that you want to use to
configure DKIM for the identity. This object is only required if you want to configure Bring Your Own
DKIM (BYODKIM) for the identity.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. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM) for the identity.
This is a convenience that creates an instance of theDkimSigningAttributes.Builder avoiding the need
to create one manually via DkimSigningAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to signingAttributes(DkimSigningAttributes).signingAttributes - a consumer that will call methods on DkimSigningAttributes.BuildersigningAttributes(DkimSigningAttributes)PutEmailIdentityDkimSigningAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEmailIdentityDkimSigningAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.