Interface DedicatedIpPool.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DedicatedIpPool.Builder,
,DedicatedIpPool> SdkBuilder<DedicatedIpPool.Builder,
,DedicatedIpPool> SdkPojo
- Enclosing class:
DedicatedIpPool
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the dedicated IP pool.scalingMode
(String scalingMode) The type of the dedicated IP pool.scalingMode
(ScalingMode scalingMode) The type of the dedicated IP pool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
poolName
The name of the dedicated IP pool.
- Parameters:
poolName
- The name of the dedicated IP pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalingMode
The type of the dedicated IP pool.
-
STANDARD
– A dedicated IP pool where you can control which IPs are part of the pool. -
MANAGED
– A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.
- Parameters:
scalingMode
- The type of the dedicated IP pool.-
STANDARD
– A dedicated IP pool where you can control which IPs are part of the pool. -
MANAGED
– A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
scalingMode
The type of the dedicated IP pool.
-
STANDARD
– A dedicated IP pool where you can control which IPs are part of the pool. -
MANAGED
– A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.
- Parameters:
scalingMode
- The type of the dedicated IP pool.-
STANDARD
– A dedicated IP pool where you can control which IPs are part of the pool. -
MANAGED
– A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-