Interface PutDedicatedIpPoolScalingAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,
,PutDedicatedIpPoolScalingAttributesRequest> SdkBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,
,PutDedicatedIpPoolScalingAttributesRequest> SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
PutDedicatedIpPoolScalingAttributesRequest
public static interface PutDedicatedIpPoolScalingAttributesRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,PutDedicatedIpPoolScalingAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the dedicated IP pool.scalingMode
(String scalingMode) The scaling mode to apply to the dedicated IP pool.scalingMode
(ScalingMode scalingMode) The scaling mode to apply to the dedicated IP pool.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
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 scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from
MANAGED
toSTANDARD
is not supported.- Parameters:
scalingMode
- The scaling mode to apply to the dedicated IP pool.Changing the scaling mode from
MANAGED
toSTANDARD
is not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scalingMode
The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from
MANAGED
toSTANDARD
is not supported.- Parameters:
scalingMode
- The scaling mode to apply to the dedicated IP pool.Changing the scaling mode from
MANAGED
toSTANDARD
is not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutDedicatedIpPoolScalingAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutDedicatedIpPoolScalingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-