Class CfnConfigurationSet.DeliveryOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pinpointemail.CfnConfigurationSet.DeliveryOptionsProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnConfigurationSet.DeliveryOptionsProperty>
- Enclosing interface:
- CfnConfigurationSet.DeliveryOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSet.DeliveryOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSet.DeliveryOptionsProperty>
A builder for 
CfnConfigurationSet.DeliveryOptionsProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.sendingPoolName(String sendingPoolName) Sets the value ofCfnConfigurationSet.DeliveryOptionsProperty.getSendingPoolName()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
sendingPoolName@Stability(Stable) public CfnConfigurationSet.DeliveryOptionsProperty.Builder sendingPoolName(String sendingPoolName) Sets the value ofCfnConfigurationSet.DeliveryOptionsProperty.getSendingPoolName()- Parameters:
- sendingPoolName- The name of the dedicated IP pool that you want to associate with the configuration set.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnConfigurationSet.DeliveryOptionsProperty>
- Returns:
- a new instance of CfnConfigurationSet.DeliveryOptionsProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-