Interface ClusterAutoScalingConfigOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterAutoScalingConfigOutput.Builder,
,ClusterAutoScalingConfigOutput> SdkBuilder<ClusterAutoScalingConfigOutput.Builder,
,ClusterAutoScalingConfigOutput> SdkPojo
- Enclosing class:
ClusterAutoScalingConfigOutput
@Mutable
@NotThreadSafe
public static interface ClusterAutoScalingConfigOutput.Builder
extends SdkPojo, CopyableBuilder<ClusterAutoScalingConfigOutput.Builder,ClusterAutoScalingConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionautoScalerType
(String autoScalerType) The type of autoscaler configured for the cluster.autoScalerType
(ClusterAutoScalerType autoScalerType) The type of autoscaler configured for the cluster.failureMessage
(String failureMessage) If the autoscaling status isFailed
, this field contains a message describing the failure.Describes whether autoscaling is enabled or disabled for the cluster.mode
(ClusterAutoScalingMode mode) Describes whether autoscaling is enabled or disabled for the cluster.The current status of the autoscaling configuration.status
(ClusterAutoScalingStatus status) The current status of the autoscaling configuration.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
-
mode
Describes whether autoscaling is enabled or disabled for the cluster.
- Parameters:
mode
- Describes whether autoscaling is enabled or disabled for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
Describes whether autoscaling is enabled or disabled for the cluster.
- Parameters:
mode
- Describes whether autoscaling is enabled or disabled for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoScalerType
The type of autoscaler configured for the cluster.
- Parameters:
autoScalerType
- The type of autoscaler configured for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoScalerType
The type of autoscaler configured for the cluster.
- Parameters:
autoScalerType
- The type of autoscaler configured for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the autoscaling configuration. Valid values are
InService
,Failed
,Creating
, andDeleting
.- Parameters:
status
- The current status of the autoscaling configuration. Valid values areInService
,Failed
,Creating
, andDeleting
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the autoscaling configuration. Valid values are
InService
,Failed
,Creating
, andDeleting
.- Parameters:
status
- The current status of the autoscaling configuration. Valid values areInService
,Failed
,Creating
, andDeleting
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureMessage
If the autoscaling status is
Failed
, this field contains a message describing the failure.- Parameters:
failureMessage
- If the autoscaling status isFailed
, this field contains a message describing the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-