public static interface SetIdentityDkimEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, build
SetIdentityDkimEnabledRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SetIdentityDkimEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.