public static interface UpdateNodegroupConfigRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<UpdateNodegroupConfigRequest.Builder,UpdateNodegroupConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNodegroupConfigRequest.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNodegroupConfigRequest.Builder |
clusterName(String clusterName)
The name of the Amazon EKS cluster that the managed node group resides in.
|
default UpdateNodegroupConfigRequest.Builder |
labels(Consumer<UpdateLabelsPayload.Builder> labels)
The Kubernetes labels to be applied to the nodes in the node group after the update.
|
UpdateNodegroupConfigRequest.Builder |
labels(UpdateLabelsPayload labels)
The Kubernetes labels to be applied to the nodes in the node group after the update.
|
UpdateNodegroupConfigRequest.Builder |
nodegroupName(String nodegroupName)
The name of the managed node group to update.
|
UpdateNodegroupConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNodegroupConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateNodegroupConfigRequest.Builder |
scalingConfig(Consumer<NodegroupScalingConfig.Builder> scalingConfig)
The scaling configuration details for the Auto Scaling group after the update.
|
UpdateNodegroupConfigRequest.Builder |
scalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group after the update.
|
default UpdateNodegroupConfigRequest.Builder |
taints(Consumer<UpdateTaintsPayload.Builder> taints)
The Kubernetes taints to be applied to the nodes in the node group after the update.
|
UpdateNodegroupConfigRequest.Builder |
taints(UpdateTaintsPayload taints)
The Kubernetes taints to be applied to the nodes in the node group after the update.
|
default UpdateNodegroupConfigRequest.Builder |
updateConfig(Consumer<NodegroupUpdateConfig.Builder> updateConfig)
Sets the value of the UpdateConfig property for this object.
|
UpdateNodegroupConfigRequest.Builder |
updateConfig(NodegroupUpdateConfig updateConfig)
Sets the value of the UpdateConfig property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNodegroupConfigRequest.Builder clusterName(String clusterName)
The name of the Amazon EKS cluster that the managed node group resides in.
clusterName - The name of the Amazon EKS cluster that the managed node group resides in.UpdateNodegroupConfigRequest.Builder nodegroupName(String nodegroupName)
The name of the managed node group to update.
nodegroupName - The name of the managed node group to update.UpdateNodegroupConfigRequest.Builder labels(UpdateLabelsPayload labels)
The Kubernetes labels to be applied to the nodes in the node group after the update.
labels - The Kubernetes labels to be applied to the nodes in the node group after the update.default UpdateNodegroupConfigRequest.Builder labels(Consumer<UpdateLabelsPayload.Builder> labels)
The Kubernetes labels to be applied to the nodes in the node group after the update.
This is a convenience that creates an instance of theUpdateLabelsPayload.Builder avoiding the need
to create one manually via UpdateLabelsPayload.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to labels(UpdateLabelsPayload).labels - a consumer that will call methods on UpdateLabelsPayload.Builderlabels(UpdateLabelsPayload)UpdateNodegroupConfigRequest.Builder taints(UpdateTaintsPayload taints)
The Kubernetes taints to be applied to the nodes in the node group after the update.
taints - The Kubernetes taints to be applied to the nodes in the node group after the update.default UpdateNodegroupConfigRequest.Builder taints(Consumer<UpdateTaintsPayload.Builder> taints)
The Kubernetes taints to be applied to the nodes in the node group after the update.
This is a convenience that creates an instance of theUpdateTaintsPayload.Builder avoiding the need
to create one manually via UpdateTaintsPayload.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to taints(UpdateTaintsPayload).taints - a consumer that will call methods on UpdateTaintsPayload.Buildertaints(UpdateTaintsPayload)UpdateNodegroupConfigRequest.Builder scalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group after the update.
scalingConfig - The scaling configuration details for the Auto Scaling group after the update.default UpdateNodegroupConfigRequest.Builder scalingConfig(Consumer<NodegroupScalingConfig.Builder> scalingConfig)
The scaling configuration details for the Auto Scaling group after the update.
This is a convenience that creates an instance of theNodegroupScalingConfig.Builder avoiding the
need to create one manually via NodegroupScalingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to scalingConfig(NodegroupScalingConfig).scalingConfig - a consumer that will call methods on NodegroupScalingConfig.BuilderscalingConfig(NodegroupScalingConfig)UpdateNodegroupConfigRequest.Builder updateConfig(NodegroupUpdateConfig updateConfig)
updateConfig - The new value for the UpdateConfig property for this object.default UpdateNodegroupConfigRequest.Builder updateConfig(Consumer<NodegroupUpdateConfig.Builder> updateConfig)
NodegroupUpdateConfig.Builder avoiding the need
to create one manually via NodegroupUpdateConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to updateConfig(NodegroupUpdateConfig).updateConfig - a consumer that will call methods on NodegroupUpdateConfig.BuilderupdateConfig(NodegroupUpdateConfig)UpdateNodegroupConfigRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateNodegroupConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNodegroupConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.