Class CfnDedicatedIpPoolMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.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()scalingMode(String scalingMode) Sets the value ofCfnDedicatedIpPoolMixinProps.getScalingMode()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 that the IP address is associated with.- Returns:
this
-
scalingMode
Sets the value ofCfnDedicatedIpPoolMixinProps.getScalingMode()- Parameters:
scalingMode- The type of scaling mode. The following options are available:STANDARD- The customer controls which IPs are part of the dedicated IP pool.MANAGED- The reputation and number of IPs are automatically managed by Amazon SES .
The
STANDARDoption is selected by default if no value is specified.Updating ScalingMode doesn't require a replacement if you're updating its value from
STANDARDtoMANAGED. However, updating ScalingMode fromMANAGEDtoSTANDARDis not supported.- 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 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
-