public static interface SetIdentityDkimEnabledRequest.Builder extends SesRequest.Builder, CopyableBuilder<SetIdentityDkimEnabledRequest.Builder,SetIdentityDkimEnabledRequest>
| Modifier and Type | Method and Description |
|---|---|
SetIdentityDkimEnabledRequest.Builder |
dkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity.
|
SetIdentityDkimEnabledRequest.Builder |
identity(String identity)
The identity for which DKIM signing should be enabled or disabled.
|
SetIdentityDkimEnabledRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SetIdentityDkimEnabledRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildSetIdentityDkimEnabledRequest.Builder identity(String identity)
The identity for which DKIM signing should be enabled or disabled.
identity - The identity for which DKIM signing should be enabled or disabled.SetIdentityDkimEnabledRequest.Builder dkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for
this identity; false to disable it.
dkimEnabled - Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing
for this identity; false to disable it.SetIdentityDkimEnabledRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SetIdentityDkimEnabledRequest.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.