Class CfnDedicatedIpPoolPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnDedicatedIpPoolPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDedicatedIpPoolPropsMixin>
- Enclosing class:
CfnDedicatedIpPoolPropsMixin
@Stability(Stable)
public static final class CfnDedicatedIpPoolPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDedicatedIpPoolPropsMixin>
A fluent builder for
CfnDedicatedIpPoolPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The 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 CfnDedicatedIpPoolPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDedicatedIpPoolPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDedicatedIpPoolPropsMixin.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<CfnDedicatedIpPoolPropsMixin>- Returns:
- a newly built instance of
CfnDedicatedIpPoolPropsMixin.
-