public static interface NodegroupScalingConfig.Builder extends SdkPojo, CopyableBuilder<NodegroupScalingConfig.Builder,NodegroupScalingConfig>
Modifier and Type | Method and Description |
---|---|
NodegroupScalingConfig.Builder |
desiredSize(Integer desiredSize)
The current number of worker nodes that the managed node group should maintain.
|
NodegroupScalingConfig.Builder |
maxSize(Integer maxSize)
The maximum number of worker nodes that the managed node group can scale out to.
|
NodegroupScalingConfig.Builder |
minSize(Integer minSize)
The minimum number of worker nodes that the managed node group can scale in to.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NodegroupScalingConfig.Builder minSize(Integer minSize)
The minimum number of worker nodes that the managed node group can scale in to. This number must be greater than zero.
minSize
- The minimum number of worker nodes that the managed node group can scale in to. This number must be
greater than zero.NodegroupScalingConfig.Builder maxSize(Integer maxSize)
The maximum number of worker nodes that the managed node group can scale out to. Managed node groups can support up to 100 nodes by default.
maxSize
- The maximum number of worker nodes that the managed node group can scale out to. Managed node groups
can support up to 100 nodes by default.NodegroupScalingConfig.Builder desiredSize(Integer desiredSize)
The current number of worker nodes that the managed node group should maintain.
desiredSize
- The current number of worker nodes that the managed node group should maintain.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.