Interface DedicatedIpPool.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DedicatedIpPool.Builder,DedicatedIpPool>,SdkBuilder<DedicatedIpPool.Builder,DedicatedIpPool>,SdkPojo
- Enclosing class:
- DedicatedIpPool
public static interface DedicatedIpPool.Builder extends SdkPojo, CopyableBuilder<DedicatedIpPool.Builder,DedicatedIpPool>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DedicatedIpPool.BuilderpoolName(String poolName)The name of the dedicated IP pool.DedicatedIpPool.BuilderscalingMode(String scalingMode)The type of the dedicated IP pool.DedicatedIpPool.BuilderscalingMode(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
poolName
DedicatedIpPool.Builder poolName(String 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
DedicatedIpPool.Builder scalingMode(String 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,ScalingMode
-
-
scalingMode
DedicatedIpPool.Builder scalingMode(ScalingMode 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,ScalingMode
-
-
-