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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDedicatedIpPoolProps.getPoolName()
Sets the value ofCfnDedicatedIpPoolProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
poolName
Sets the value ofCfnDedicatedIpPoolProps.getPoolName()
- Parameters:
poolName
- The name of the dedicated IP pool.- Returns:
this
-
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
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDedicatedIpPoolProps>
- Returns:
- a new instance of
CfnDedicatedIpPoolProps
- Throws:
NullPointerException
- if any required attribute was not provided
-