@Stability(value=Stable)
public static interface CfnNodegroup.UpdateConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
UpdateConfigProperty updateConfigProperty = UpdateConfigProperty.builder()
.maxUnavailable(123)
.maxUnavailablePercentage(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNodegroup.UpdateConfigProperty.Builder
A builder for
CfnNodegroup.UpdateConfigProperty |
static class |
CfnNodegroup.UpdateConfigProperty.Jsii$Proxy
An implementation for
CfnNodegroup.UpdateConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNodegroup.UpdateConfigProperty.Builder |
builder() |
default Number |
getMaxUnavailable()
`CfnNodegroup.UpdateConfigProperty.MaxUnavailable`.
|
default Number |
getMaxUnavailablePercentage()
`CfnNodegroup.UpdateConfigProperty.MaxUnavailablePercentage`.
|
@Stability(value=Stable) @Nullable default Number getMaxUnavailable()
@Stability(value=Stable) @Nullable default Number getMaxUnavailablePercentage()
@Stability(value=Stable) static CfnNodegroup.UpdateConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.