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.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutEmailIdentityDkimAttributesRequest.Builder emailIdentity(String emailIdentity)
The email identity.
emailIdentity
- The email identity.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.Builder
PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.