@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() |
UpdateNodegroupConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String clusterName()
The name of the Amazon EKS cluster that the managed node group resides in.
public String nodegroupName()
The name of the managed node group to update.
public UpdateLabelsPayload labels()
The Kubernetes labels to be applied to the nodes in the node group after the update.
public NodegroupScalingConfig scalingConfig()
The scaling configuration details for the Auto Scaling group after the update.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.