static PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.builder() |
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.emailIdentity(String emailIdentity) |
The email identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default PutEmailIdentityDkimSigningAttributesRequest.Builder |
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 |
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 |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(String signingAttributesOrigin) |
The method to use to configure DKIM for the identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) |
The method to use to configure DKIM for the identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.toBuilder() |
|