Class CfnEmailIdentityPropsMixin.DkimAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnEmailIdentityPropsMixin.DkimAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEmailIdentityPropsMixin.DkimAttributesProperty>
- Enclosing interface:
CfnEmailIdentityPropsMixin.DkimAttributesProperty
@Stability(Stable)
public static final class CfnEmailIdentityPropsMixin.DkimAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEmailIdentityPropsMixin.DkimAttributesProperty>
A builder for
CfnEmailIdentityPropsMixin.DkimAttributesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.signingEnabled(Boolean signingEnabled) Sets the value ofCfnEmailIdentityPropsMixin.DkimAttributesProperty.getSigningEnabled()signingEnabled(IResolvable signingEnabled) Sets the value ofCfnEmailIdentityPropsMixin.DkimAttributesProperty.getSigningEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
signingEnabled
@Stability(Stable) public CfnEmailIdentityPropsMixin.DkimAttributesProperty.Builder signingEnabled(Boolean signingEnabled) Sets the value ofCfnEmailIdentityPropsMixin.DkimAttributesProperty.getSigningEnabled()- Parameters:
signingEnabled- Sets the DKIM signing configuration for the identity. When you set this valuetrue, then the messages that are sent from the identity are signed using DKIM. If you set this value tofalse, your messages are sent without DKIM signing.- Returns:
this
-
signingEnabled
@Stability(Stable) public CfnEmailIdentityPropsMixin.DkimAttributesProperty.Builder signingEnabled(IResolvable signingEnabled) Sets the value ofCfnEmailIdentityPropsMixin.DkimAttributesProperty.getSigningEnabled()- Parameters:
signingEnabled- Sets the DKIM signing configuration for the identity. When you set this valuetrue, then the messages that are sent from the identity are signed using DKIM. If you set this value tofalse, your messages are sent without DKIM signing.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEmailIdentityPropsMixin.DkimAttributesProperty>- Returns:
- a new instance of
CfnEmailIdentityPropsMixin.DkimAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-