@Stability(value=Stable) public static final class CfnNodegroup.UpdateConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnNodegroup.UpdateConfigProperty>
CfnNodegroup.UpdateConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNodegroup.UpdateConfigProperty |
build()
Builds the configured instance.
|
CfnNodegroup.UpdateConfigProperty.Builder |
maxUnavailable(Number maxUnavailable)
Sets the value of
CfnNodegroup.UpdateConfigProperty.getMaxUnavailable() |
CfnNodegroup.UpdateConfigProperty.Builder |
maxUnavailablePercentage(Number maxUnavailablePercentage)
Sets the value of
CfnNodegroup.UpdateConfigProperty.getMaxUnavailablePercentage() |
@Stability(value=Stable) public CfnNodegroup.UpdateConfigProperty.Builder maxUnavailable(Number maxUnavailable)
CfnNodegroup.UpdateConfigProperty.getMaxUnavailable()maxUnavailable - The maximum number of nodes unavailable at once during a version update.
Nodes will be updated in parallel. This value or maxUnavailablePercentage is required to have a value.The maximum number is 100.this@Stability(value=Stable) public CfnNodegroup.UpdateConfigProperty.Builder maxUnavailablePercentage(Number maxUnavailablePercentage)
CfnNodegroup.UpdateConfigProperty.getMaxUnavailablePercentage()maxUnavailablePercentage - The maximum percentage of nodes unavailable during a version update.
This percentage of nodes will be updated in parallel, up to 100 nodes at once. This value or maxUnavailable is required to have a value.this@Stability(value=Stable) public CfnNodegroup.UpdateConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnNodegroup.UpdateConfigProperty>CfnNodegroup.UpdateConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.