public static final class CfnDedicatedIpPool.Builder
extends java.lang.Object
CfnDedicatedIpPool
.Modifier and Type | Method and Description |
---|---|
CfnDedicatedIpPool |
build() |
static CfnDedicatedIpPool.Builder |
create(Construct scope,
java.lang.String id) |
CfnDedicatedIpPool.Builder |
poolName(java.lang.String poolName)
The name of the dedicated IP pool that the IP address is associated with.
|
CfnDedicatedIpPool.Builder |
scalingMode(java.lang.String scalingMode)
The type of scaling mode.
|
public static CfnDedicatedIpPool.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnDedicatedIpPool.Builder
.public CfnDedicatedIpPool.Builder poolName(java.lang.String poolName)
poolName
- The name of the dedicated IP pool that the IP address is associated with. This parameter is required.this
public CfnDedicatedIpPool.Builder scalingMode(java.lang.String scalingMode)
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 is automatically managed by Amazon SES .
The STANDARD
option is selected by default if no value is specified.
scalingMode
- The type of scaling mode. This parameter is required.this
public CfnDedicatedIpPool build()