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 nodes that the managed node group should maintain.
|
NodegroupScalingConfig.Builder |
maxSize(Integer maxSize)
The maximum number of nodes that the managed node group can scale out to.
|
NodegroupScalingConfig.Builder |
minSize(Integer minSize)
The minimum number of nodes that the managed node group can scale in to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodegroupScalingConfig.Builder minSize(Integer minSize)
The minimum number of nodes that the managed node group can scale in to. This number must be greater than zero.
minSize - The minimum number of 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 nodes that the managed node group can scale out to. For information about the maximum number that you can specify, see Amazon EKS service quotas in the Amazon EKS User Guide.
maxSize - The maximum number of nodes that the managed node group can scale out to. For information about the
maximum number that you can specify, see Amazon EKS service
quotas in the Amazon EKS User Guide.NodegroupScalingConfig.Builder desiredSize(Integer desiredSize)
The current number of nodes that the managed node group should maintain.
desiredSize - The current number of nodes that the managed node group should maintain.Copyright © 2021. All rights reserved.