public static final class CfnConfigurationSet.SendingOptionsProperty.Builder
extends java.lang.Object
CfnConfigurationSet.SendingOptionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConfigurationSet.SendingOptionsProperty |
build()
Builds the configured instance.
|
CfnConfigurationSet.SendingOptionsProperty.Builder |
sendingEnabled(java.lang.Boolean sendingEnabled)
Sets the value of
CfnConfigurationSet.SendingOptionsProperty.getSendingEnabled() |
CfnConfigurationSet.SendingOptionsProperty.Builder |
sendingEnabled(IResolvable sendingEnabled)
Sets the value of
CfnConfigurationSet.SendingOptionsProperty.getSendingEnabled() |
public CfnConfigurationSet.SendingOptionsProperty.Builder sendingEnabled(java.lang.Boolean sendingEnabled)
CfnConfigurationSet.SendingOptionsProperty.getSendingEnabled()
sendingEnabled
- If `true` , email sending is enabled for the configuration set.
If false
, email sending is disabled for the configuration set.this
public CfnConfigurationSet.SendingOptionsProperty.Builder sendingEnabled(IResolvable sendingEnabled)
CfnConfigurationSet.SendingOptionsProperty.getSendingEnabled()
sendingEnabled
- If `true` , email sending is enabled for the configuration set.
If false
, email sending is disabled for the configuration set.this
public CfnConfigurationSet.SendingOptionsProperty build()
CfnConfigurationSet.SendingOptionsProperty
java.lang.NullPointerException
- if any required attribute was not provided