Interface PutDedicatedIpPoolScalingAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,,PutDedicatedIpPoolScalingAttributesRequest> SdkBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,,PutDedicatedIpPoolScalingAttributesRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- PutDedicatedIpPoolScalingAttributesRequest
@Mutable
@NotThreadSafe
public static interface PutDedicatedIpPoolScalingAttributesRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutDedicatedIpPoolScalingAttributesRequest.Builder,PutDedicatedIpPoolScalingAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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
MANAGEDtoSTANDARDis not supported.- Parameters:
scalingMode- The scaling mode to apply to the dedicated IP pool.Changing the scaling mode from
MANAGEDtoSTANDARDis 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
MANAGEDtoSTANDARDis not supported.- Parameters:
scalingMode- The scaling mode to apply to the dedicated IP pool.Changing the scaling mode from
MANAGEDtoSTANDARDis 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutDedicatedIpPoolScalingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-