public static final class CfnDedicatedIpPoolProps.Builder
extends java.lang.Object
CfnDedicatedIpPoolProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDedicatedIpPoolProps |
build()
Builds the configured instance.
|
CfnDedicatedIpPoolProps.Builder |
poolName(java.lang.String poolName)
Sets the value of
CfnDedicatedIpPoolProps.getPoolName() |
CfnDedicatedIpPoolProps.Builder |
scalingMode(java.lang.String scalingMode)
Sets the value of
CfnDedicatedIpPoolProps.getScalingMode() |
public CfnDedicatedIpPoolProps.Builder poolName(java.lang.String poolName)
CfnDedicatedIpPoolProps.getPoolName()
poolName
- The name of the dedicated IP pool that the IP address is associated with.this
public CfnDedicatedIpPoolProps.Builder scalingMode(java.lang.String scalingMode)
CfnDedicatedIpPoolProps.getScalingMode()
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 is automatically managed by Amazon SES .
The STANDARD
option is selected by default if no value is specified.
this
public CfnDedicatedIpPoolProps build()
CfnDedicatedIpPoolProps
java.lang.NullPointerException
- if any required attribute was not provided