Interface ClusterAutoScalingConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterAutoScalingConfig.Builder,
,ClusterAutoScalingConfig> SdkBuilder<ClusterAutoScalingConfig.Builder,
,ClusterAutoScalingConfig> SdkPojo
- Enclosing class:
ClusterAutoScalingConfig
@Mutable
@NotThreadSafe
public static interface ClusterAutoScalingConfig.Builder
extends SdkPojo, CopyableBuilder<ClusterAutoScalingConfig.Builder,ClusterAutoScalingConfig>
-
Method Summary
Modifier and TypeMethodDescriptionautoScalerType
(String autoScalerType) The type of autoscaler to use.autoScalerType
(ClusterAutoScalerType autoScalerType) The type of autoscaler to use.Describes whether autoscaling is enabled or disabled for the cluster.mode
(ClusterAutoScalingMode mode) Describes whether autoscaling is enabled or disabled for the cluster.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. Valid values are
Enable
andDisable
.- Parameters:
mode
- Describes whether autoscaling is enabled or disabled for the cluster. Valid values areEnable
andDisable
.- 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. Valid values are
Enable
andDisable
.- Parameters:
mode
- Describes whether autoscaling is enabled or disabled for the cluster. Valid values areEnable
andDisable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoScalerType
The type of autoscaler to use. Currently supported value is
Karpenter
.- Parameters:
autoScalerType
- The type of autoscaler to use. Currently supported value isKarpenter
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoScalerType
The type of autoscaler to use. Currently supported value is
Karpenter
.- Parameters:
autoScalerType
- The type of autoscaler to use. Currently supported value isKarpenter
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-