public static interface PutEmailIdentityDkimAttributesRequest.Builder extends PinpointEmailRequest.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 Amazon Pinpoint sends from the identity are
DKIM-signed. When you set this value to false, then the messages that Amazon Pinpoint sends from
the identity aren't DKIM-signed.
signingEnabled - Sets the DKIM signing configuration for the identity.
When you set this value true, then the messages that Amazon Pinpoint sends from the
identity are DKIM-signed. When you set this value to false, then the messages that Amazon
Pinpoint sends from the identity aren't DKIM-signed.
PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.