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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutDedicatedIpPoolScalingAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDedicatedIpPoolScalingAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDedicatedIpPoolScalingAttributesRequest.BuilderpoolName(String poolName)The name of the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.BuilderscalingMode(String scalingMode)The scaling mode to apply to the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.BuilderscalingMode(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
poolName
PutDedicatedIpPoolScalingAttributesRequest.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
PutDedicatedIpPoolScalingAttributesRequest.Builder scalingMode(String 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,ScalingMode
-
scalingMode
PutDedicatedIpPoolScalingAttributesRequest.Builder scalingMode(ScalingMode 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,ScalingMode
-
overrideConfiguration
PutDedicatedIpPoolScalingAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutDedicatedIpPoolScalingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-