public static interface DedicatedIpPool.Builder extends SdkPojo, CopyableBuilder<DedicatedIpPool.Builder,DedicatedIpPool>
| Modifier and Type | Method and Description |
|---|---|
DedicatedIpPool.Builder |
poolName(String poolName)
The name of the dedicated IP pool.
|
DedicatedIpPool.Builder |
scalingMode(ScalingMode scalingMode)
The type of the dedicated IP pool.
|
DedicatedIpPool.Builder |
scalingMode(String scalingMode)
The type of the dedicated IP pool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDedicatedIpPool.Builder poolName(String poolName)
The name of the dedicated IP pool.
poolName - The name of the dedicated IP pool.DedicatedIpPool.Builder scalingMode(String scalingMode)
The type of the dedicated IP pool.
STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by
Amazon SES.
scalingMode - The type of the dedicated IP pool.
STANDARD – A dedicated IP pool where the customer can control which IPs are part of the
pool.
MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically
managed by Amazon SES.
ScalingMode,
ScalingModeDedicatedIpPool.Builder scalingMode(ScalingMode scalingMode)
The type of the dedicated IP pool.
STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by
Amazon SES.
scalingMode - The type of the dedicated IP pool.
STANDARD – A dedicated IP pool where the customer can control which IPs are part of the
pool.
MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically
managed by Amazon SES.
ScalingMode,
ScalingModeCopyright © 2023. All rights reserved.