Class CfnConfigurationSetPropsMixin.DeliveryOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetPropsMixin.DeliveryOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.DeliveryOptionsProperty>
- Enclosing interface:
CfnConfigurationSetPropsMixin.DeliveryOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSetPropsMixin.DeliveryOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.DeliveryOptionsProperty>
A builder for
CfnConfigurationSetPropsMixin.DeliveryOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sendingPoolName(String sendingPoolName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sendingPoolName
@Stability(Stable) public CfnConfigurationSetPropsMixin.DeliveryOptionsProperty.Builder sendingPoolName(String sendingPoolName) - 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationSetPropsMixin.DeliveryOptionsProperty>- Returns:
- a new instance of
CfnConfigurationSetPropsMixin.DeliveryOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-