Interface CustomerManagedAutoScalingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerManagedAutoScalingConfiguration.Builder,,CustomerManagedAutoScalingConfiguration> SdkBuilder<CustomerManagedAutoScalingConfiguration.Builder,,CustomerManagedAutoScalingConfiguration> SdkPojo
- Enclosing class:
CustomerManagedAutoScalingConfiguration
@Mutable
@NotThreadSafe
public static interface CustomerManagedAutoScalingConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomerManagedAutoScalingConfiguration.Builder,CustomerManagedAutoScalingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionscaleOutWorkersPerMinute(Integer scaleOutWorkersPerMinute) The number of workers that can be scaled out per minute.standbyWorkerCount(Integer standbyWorkerCount) The number of standby workers to maintain for the fleet.workerIdleDurationSeconds(Integer workerIdleDurationSeconds) The duration in seconds that a worker can be idle before it is scaled down.Methods 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, sdkFields
-
Method Details
-
standbyWorkerCount
The number of standby workers to maintain for the fleet.
- Parameters:
standbyWorkerCount- The number of standby workers to maintain for the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workerIdleDurationSeconds
CustomerManagedAutoScalingConfiguration.Builder workerIdleDurationSeconds(Integer workerIdleDurationSeconds) The duration in seconds that a worker can be idle before it is scaled down.
- Parameters:
workerIdleDurationSeconds- The duration in seconds that a worker can be idle before it is scaled down.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scaleOutWorkersPerMinute
CustomerManagedAutoScalingConfiguration.Builder scaleOutWorkersPerMinute(Integer scaleOutWorkersPerMinute) The number of workers that can be scaled out per minute.
- Parameters:
scaleOutWorkersPerMinute- The number of workers that can be scaled out per minute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-