public static final class CfnEmailIdentity.DkimAttributesProperty.Builder
extends java.lang.Object
CfnEmailIdentity.DkimAttributesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnEmailIdentity.DkimAttributesProperty |
build()
Builds the configured instance.
|
CfnEmailIdentity.DkimAttributesProperty.Builder |
signingEnabled(java.lang.Boolean signingEnabled)
Sets the value of
CfnEmailIdentity.DkimAttributesProperty.getSigningEnabled() |
CfnEmailIdentity.DkimAttributesProperty.Builder |
signingEnabled(IResolvable signingEnabled)
Sets the value of
CfnEmailIdentity.DkimAttributesProperty.getSigningEnabled() |
public CfnEmailIdentity.DkimAttributesProperty.Builder signingEnabled(java.lang.Boolean signingEnabled)
CfnEmailIdentity.DkimAttributesProperty.getSigningEnabled()
signingEnabled
- Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed using DKIM. If you set this value to false
, your messages are sent without DKIM signing.this
public CfnEmailIdentity.DkimAttributesProperty.Builder signingEnabled(IResolvable signingEnabled)
CfnEmailIdentity.DkimAttributesProperty.getSigningEnabled()
signingEnabled
- Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed using DKIM. If you set this value to false
, your messages are sent without DKIM signing.this
public CfnEmailIdentity.DkimAttributesProperty build()
CfnEmailIdentity.DkimAttributesProperty
java.lang.NullPointerException
- if any required attribute was not provided