@Generated(value="software.amazon.awssdk:codegen") public final class UpdateNodegroupVersionRequest extends EksRequest implements ToCopyableBuilder<UpdateNodegroupVersionRequest.Builder,UpdateNodegroupVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateNodegroupVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateNodegroupVersionRequest.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 is associated with the managed node group to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
force()
Force the update if the existing node group's pods are unable to be drained due to a pod disruption budget issue.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LaunchTemplateSpecification |
launchTemplate()
An object representing a node group's launch template specification.
|
String |
nodegroupName()
The name of the managed node group to update.
|
String |
releaseVersion()
The AMI version of the Amazon EKS optimized AMI to use for the update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateNodegroupVersionRequest.Builder> |
serializableBuilderClass() |
UpdateNodegroupVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The Kubernetes version to update to.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterName()
The name of the Amazon EKS cluster that is associated with the managed node group to update.
public final String nodegroupName()
The name of the managed node group to update.
public final String version()
The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group
does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI
version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template
uses a custom AMI, then don't specify version, or the node group update will fail. For more
information about using launch templates with Amazon EKS, see Launch template support in the
Amazon EKS User Guide.
launchTemplate,
and your launch template uses a custom AMI, then don't specify version, or the node group
update will fail. For more information about using launch templates with Amazon EKS, see Launch template support
in the Amazon EKS User Guide.public final String releaseVersion()
The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI
version for the node group's Kubernetes version is used. For more information, see Amazon EKS optimized Amazon
Linux 2 AMI versions in the Amazon EKS User Guide. If you specify launchTemplate, and
your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update
will fail. For more information about using launch templates with Amazon EKS, see Launch template support in the
Amazon EKS User Guide.
launchTemplate, and your launch template uses a custom AMI, then don't specify
releaseVersion, or the node group update will fail. For more information about using launch
templates with Amazon EKS, see Launch template support
in the Amazon EKS User Guide.public final LaunchTemplateSpecification launchTemplate()
An object representing a node group's launch template specification. You can only update a node group using a launch template if the node group was originally deployed with a launch template.
public final Boolean force()
Force the update if the existing node group's pods are unable to be drained due to a pod disruption budget issue. If an update fails because pods could not be drained, you can force the update after it fails to terminate the old node whether or not any pods are running on the node.
public final String clientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public UpdateNodegroupVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateNodegroupVersionRequest.Builder,UpdateNodegroupVersionRequest>toBuilder in class EksRequestpublic static UpdateNodegroupVersionRequest.Builder builder()
public static Class<? extends UpdateNodegroupVersionRequest.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 © 2022. All rights reserved.