Interface SetIdentityDkimEnabledRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetIdentityDkimEnabledRequest.Builder,SetIdentityDkimEnabledRequest>,SdkBuilder<SetIdentityDkimEnabledRequest.Builder,SetIdentityDkimEnabledRequest>,SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- SetIdentityDkimEnabledRequest
@Mutable @NotThreadSafe public static interface SetIdentityDkimEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetIdentityDkimEnabledRequest.Builder,SetIdentityDkimEnabledRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetIdentityDkimEnabledRequest.BuilderdkimEnabled(Boolean dkimEnabled)Sets whether DKIM signing is enabled for an identity.SetIdentityDkimEnabledRequest.Builderidentity(String identity)The identity for which DKIM signing should be enabled or disabled.SetIdentityDkimEnabledRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetIdentityDkimEnabledRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
-
-
-
Method Detail
-
identity
SetIdentityDkimEnabledRequest.Builder identity(String identity)
The identity for which DKIM signing should be enabled or disabled.
- Parameters:
identity- The identity for which DKIM signing should be enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dkimEnabled
SetIdentityDkimEnabledRequest.Builder dkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity. Set to
trueto enable DKIM signing for this identity;falseto disable it.- Parameters:
dkimEnabled- Sets whether DKIM signing is enabled for an identity. Set totrueto enable DKIM signing for this identity;falseto disable it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetIdentityDkimEnabledRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetIdentityDkimEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-