Class CfnDedicatedIpPoolMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnDedicatedIpPoolMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDedicatedIpPoolMixinProps>
- Enclosing interface:
CfnDedicatedIpPoolMixinProps
@Stability(Stable)
public static final class CfnDedicatedIpPoolMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDedicatedIpPoolMixinProps>
A builder for
CfnDedicatedIpPoolMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDedicatedIpPoolMixinProps.getPoolName()Sets the value ofCfnDedicatedIpPoolMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
poolName
Sets the value ofCfnDedicatedIpPoolMixinProps.getPoolName()- Parameters:
poolName- The name of the dedicated IP pool.- Returns:
this
-
tags
Sets the value ofCfnDedicatedIpPoolMixinProps.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnDedicatedIpPoolMixinProps>- Returns:
- a new instance of
CfnDedicatedIpPoolMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-