Class CfnConfigurationSet.SendingOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSet.SendingOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSet.SendingOptionsProperty>
- Enclosing interface:
CfnConfigurationSet.SendingOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSet.SendingOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSet.SendingOptionsProperty>
A builder for
CfnConfigurationSet.SendingOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sendingEnabled
(Boolean sendingEnabled) Sets the value ofCfnConfigurationSet.SendingOptionsProperty.getSendingEnabled()
sendingEnabled
(IResolvable sendingEnabled) Sets the value ofCfnConfigurationSet.SendingOptionsProperty.getSendingEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sendingEnabled
@Stability(Stable) public CfnConfigurationSet.SendingOptionsProperty.Builder sendingEnabled(Boolean sendingEnabled) Sets the value ofCfnConfigurationSet.SendingOptionsProperty.getSendingEnabled()
- Parameters:
sendingEnabled
- Iftrue
, email sending is enabled for the configuration set. Iffalse
, email sending is disabled for the configuration set.- Returns:
this
-
sendingEnabled
@Stability(Stable) public CfnConfigurationSet.SendingOptionsProperty.Builder sendingEnabled(IResolvable sendingEnabled) Sets the value ofCfnConfigurationSet.SendingOptionsProperty.getSendingEnabled()
- Parameters:
sendingEnabled
- Iftrue
, email sending is enabled for the configuration set. Iffalse
, email sending is disabled for the configuration set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfigurationSet.SendingOptionsProperty>
- Returns:
- a new instance of
CfnConfigurationSet.SendingOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-