Class CfnDedicatedIpPoolProps.Builder
java.lang.Object
software.amazon.awscdk.services.pinpointemail.CfnDedicatedIpPoolProps.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnDedicatedIpPoolProps>
- Enclosing interface:
- CfnDedicatedIpPoolProps
@Stability(Stable)
public static final class CfnDedicatedIpPoolProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDedicatedIpPoolProps>
A builder for 
CfnDedicatedIpPoolProps- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDedicatedIpPoolProps.getPoolName()tags(List<? extends CfnDedicatedIpPool.TagsProperty> tags) Sets the value ofCfnDedicatedIpPoolProps.getTags()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
poolNameSets the value ofCfnDedicatedIpPoolProps.getPoolName()- Parameters:
- poolName- The name of the dedicated IP pool.
- Returns:
- this
 
- 
tags@Stability(Stable) public CfnDedicatedIpPoolProps.Builder tags(List<? extends CfnDedicatedIpPool.TagsProperty> tags) Sets the value ofCfnDedicatedIpPoolProps.getTags()- Parameters:
- tags- An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnDedicatedIpPoolProps>
- Returns:
- a new instance of CfnDedicatedIpPoolProps
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-