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.An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.
-
Method Details
-
create
@Stability(Stable) public static CfnDedicatedIpPool.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- 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- See Also:
-
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- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDedicatedIpPool>- Returns:
- a newly built instance of
CfnDedicatedIpPool.
-