Class CfnDedicatedIpPool.Builder
java.lang.Object
software.amazon.awscdk.services.pinpointemail.CfnDedicatedIpPool.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDedicatedIpPool>
- Enclosing class:
- CfnDedicatedIpPool
@Stability(Stable)
public static final class CfnDedicatedIpPool.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDedicatedIpPool>
A fluent builder for
CfnDedicatedIpPool.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDedicatedIpPool.BuilderThe name of the dedicated IP pool.tags(List<? extends CfnDedicatedIpPool.TagsProperty> tags) An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnDedicatedIpPool.Builder.
-
poolName
The name of the dedicated IP pool.- Parameters:
poolName- The name of the dedicated IP pool. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public CfnDedicatedIpPool.Builder tags(List<? extends CfnDedicatedIpPool.TagsProperty> tags) An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.- Parameters:
tags- An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDedicatedIpPool>- Returns:
- a newly built instance of
CfnDedicatedIpPool.
-