public static interface PutEmailIdentityDkimAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutEmailIdentityDkimAttributesRequest.Builder,PutEmailIdentityDkimAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutEmailIdentityDkimAttributesRequest.Builder |
emailIdentity(String emailIdentity)
The email identity that you want to change the DKIM settings for.
|
PutEmailIdentityDkimAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEmailIdentityDkimAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutEmailIdentityDkimAttributesRequest.Builder |
signingEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEmailIdentityDkimAttributesRequest.Builder emailIdentity(String emailIdentity)
The email identity that you want to change the DKIM settings for.
emailIdentity - The email identity that you want to change the DKIM settings for.PutEmailIdentityDkimAttributesRequest.Builder signingEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
When you set this value true, then the messages that are sent from the identity are signed using
DKIM. If you set this value to false, your messages are sent without DKIM signing.
signingEnabled - Sets the DKIM signing configuration for the identity.
When you set this value true, then the messages that are sent from the identity are
signed using DKIM. If you set this value to false, your messages are sent without DKIM
signing.
PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.