| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static NodegroupUpdateConfig.Builder |
NodegroupUpdateConfig.builder() |
NodegroupUpdateConfig.Builder |
NodegroupUpdateConfig.Builder.maxUnavailable(Integer maxUnavailable)
Sets the value of the MaxUnavailable property for this object.
|
NodegroupUpdateConfig.Builder |
NodegroupUpdateConfig.Builder.maxUnavailablePercentage(Integer maxUnavailablePercentage)
Sets the value of the MaxUnavailablePercentage property for this object.
|
NodegroupUpdateConfig.Builder |
NodegroupUpdateConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodegroupUpdateConfig.Builder> |
NodegroupUpdateConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateNodegroupConfigRequest.Builder |
UpdateNodegroupConfigRequest.Builder.updateConfig(Consumer<NodegroupUpdateConfig.Builder> updateConfig)
Sets the value of the UpdateConfig property for this object.
|
default Nodegroup.Builder |
Nodegroup.Builder.updateConfig(Consumer<NodegroupUpdateConfig.Builder> updateConfig)
Sets the value of the UpdateConfig property for this object.
|
default CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.updateConfig(Consumer<NodegroupUpdateConfig.Builder> updateConfig)
Sets the value of the UpdateConfig property for this object.
|
Copyright © 2021. All rights reserved.