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) |
SetIdentityDkimEnabledRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
SetIdentityDkimEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.