public static interface PutEmailIdentityDkimSigningAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutEmailIdentityDkimSigningAttributesRequest.Builder,PutEmailIdentityDkimSigningAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
emailIdentity(String emailIdentity)
The email identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEmailIdentityDkimSigningAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
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.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
The method to use to configure DKIM for the identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
signingAttributesOrigin(String signingAttributesOrigin)
The method to use to configure DKIM for the identity.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEmailIdentityDkimSigningAttributesRequest.Builder emailIdentity(String emailIdentity)
The email identity.
emailIdentity - The email identity.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).
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).
DkimSigningAttributesOrigin,
DkimSigningAttributesOriginPutEmailIdentityDkimSigningAttributesRequest.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).
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).
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 for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.
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.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.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 © 2022. All rights reserved.