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)
Add an optional request override configuration.
|
PutEmailIdentityDkimAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutEmailIdentityDkimAttributesRequest.Builder |
signingEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutEmailIdentityDkimAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.