Class CfnDedicatedIpPoolProps.Builder
java.lang.Object
software.amazon.awscdk.services.ses.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()scalingMode(String scalingMode) Sets the value ofCfnDedicatedIpPoolProps.getScalingMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
poolName
Sets the value ofCfnDedicatedIpPoolProps.getPoolName()- Parameters:
poolName- The name of the dedicated IP pool that the IP address is associated with.- Returns:
this
-
scalingMode
Sets the value ofCfnDedicatedIpPoolProps.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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDedicatedIpPoolProps>- Returns:
- a new instance of
CfnDedicatedIpPoolProps - Throws:
NullPointerException- if any required attribute was not provided
-