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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sendingPoolName
(String sendingPoolName) Sets the value ofCfnConfigurationSet.DeliveryOptionsProperty.getSendingPoolName()
-
Constructor Details
-
Builder
public 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
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfigurationSet.DeliveryOptionsProperty>
- Returns:
- a new instance of
CfnConfigurationSet.DeliveryOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-