@Generated(value="software.amazon.awssdk:codegen") public final class UpdateNodegroupConfigRequest extends EksRequest implements ToCopyableBuilder<UpdateNodegroupConfigRequest.Builder,UpdateNodegroupConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateNodegroupConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateNodegroupConfigRequest.Builder |
builder() |
String |
clientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
clusterName()
The name of the Amazon EKS cluster that the managed node group resides in.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UpdateLabelsPayload |
labels()
The Kubernetes labels to be applied to the nodes in the node group after the update.
|
String |
nodegroupName()
The name of the managed node group to update.
|
NodegroupScalingConfig |
scalingConfig()
The scaling configuration details for the Auto Scaling group after the update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateNodegroupConfigRequest.Builder> |
serializableBuilderClass() |
UpdateTaintsPayload |
taints()
The Kubernetes taints to be applied to the nodes in the node group after the update.
|
UpdateNodegroupConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
NodegroupUpdateConfig |
updateConfig()
Returns the value of the UpdateConfig property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterName()
The name of the Amazon EKS cluster that the managed node group resides in.
public final String nodegroupName()
The name of the managed node group to update.
public final UpdateLabelsPayload labels()
The Kubernetes labels to be applied to the nodes in the node group after the update.
public final UpdateTaintsPayload taints()
The Kubernetes taints to be applied to the nodes in the node group after the update.
public final NodegroupScalingConfig scalingConfig()
The scaling configuration details for the Auto Scaling group after the update.
public final NodegroupUpdateConfig updateConfig()
public final String clientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public UpdateNodegroupConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateNodegroupConfigRequest.Builder,UpdateNodegroupConfigRequest>toBuilder in class EksRequestpublic static UpdateNodegroupConfigRequest.Builder builder()
public static Class<? extends UpdateNodegroupConfigRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.