public static interface PutDedicatedIpPoolScalingAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,PutDedicatedIpPoolScalingAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDedicatedIpPoolScalingAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDedicatedIpPoolScalingAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutDedicatedIpPoolScalingAttributesRequest.Builder |
poolName(String poolName)
The name of the dedicated IP pool.
|
PutDedicatedIpPoolScalingAttributesRequest.Builder |
scalingMode(ScalingMode scalingMode)
The scaling mode to apply to the dedicated IP pool.
|
PutDedicatedIpPoolScalingAttributesRequest.Builder |
scalingMode(String scalingMode)
The scaling mode to apply to the dedicated IP pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDedicatedIpPoolScalingAttributesRequest.Builder poolName(String poolName)
The name of the dedicated IP pool.
poolName - The name of the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.Builder scalingMode(String scalingMode)
The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
scalingMode - The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
ScalingMode,
ScalingModePutDedicatedIpPoolScalingAttributesRequest.Builder scalingMode(ScalingMode scalingMode)
The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
scalingMode - The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
ScalingMode,
ScalingModePutDedicatedIpPoolScalingAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDedicatedIpPoolScalingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.