Interface ScalingConfigurationRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScalingConfigurationRequest.Builder,
,ScalingConfigurationRequest> SdkBuilder<ScalingConfigurationRequest.Builder,
,ScalingConfigurationRequest> SdkPojo
- Enclosing class:
ScalingConfigurationRequest
@Mutable
@NotThreadSafe
public static interface ScalingConfigurationRequest.Builder
extends SdkPojo, CopyableBuilder<ScalingConfigurationRequest.Builder,ScalingConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxInstanceCount
(Integer maxInstanceCount) The upper bound of the number of instances allowed in the compute fleet.minInstanceCount
(Integer minInstanceCount) The lower bound of the number of instances allowed in the compute fleet.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 Details
-
minInstanceCount
The lower bound of the number of instances allowed in the compute fleet.
- Parameters:
minInstanceCount
- The lower bound of the number of instances allowed in the compute fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxInstanceCount
The upper bound of the number of instances allowed in the compute fleet.
- Parameters:
maxInstanceCount
- The upper bound of the number of instances allowed in the compute fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-