Class CfnDedicatedIpPool.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnDedicatedIpPool.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDedicatedIpPool>
- Enclosing class:
- CfnDedicatedIpPool
@Stability(Stable)
public static final class CfnDedicatedIpPool.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDedicatedIpPool>
A fluent builder for
CfnDedicatedIpPool.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDedicatedIpPool.BuilderThe name of the dedicated IP pool that the IP address is associated with.scalingMode(String scalingMode) The type of scaling mode.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnDedicatedIpPool.Builder.
-
poolName
The name of the dedicated IP pool that the IP address is associated with.- Parameters:
poolName- The name of the dedicated IP pool that the IP address is associated with. This parameter is required.- Returns:
this
-
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.- Parameters:
scalingMode- The type of scaling mode. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDedicatedIpPool>- Returns:
- a newly built instance of
CfnDedicatedIpPool.
-