Class UpdateNodegroupVersionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.eks.model.EksRequest
-
- software.amazon.awssdk.services.eks.model.UpdateNodegroupVersionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateNodegroupVersionRequest.Builder,UpdateNodegroupVersionRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateNodegroupVersionRequest extends EksRequest implements ToCopyableBuilder<UpdateNodegroupVersionRequest.Builder,UpdateNodegroupVersionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateNodegroupVersionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateNodegroupVersionRequest.Builderbuilder()StringclientRequestToken()A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StringclusterName()The name of your cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Booleanforce()Force the update if anyPodon the existing node group can't be drained due to aPoddisruption budget issue.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LaunchTemplateSpecificationlaunchTemplate()An object representing a node group's launch template specification.StringnodegroupName()The name of the managed node group to update.StringreleaseVersion()The AMI version of the Amazon EKS optimized AMI to use for the update.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateNodegroupVersionRequest.Builder>serializableBuilderClass()UpdateNodegroupVersionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The Kubernetes version to update to.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clusterName
public final String clusterName()
The name of your cluster.
- Returns:
- The name of your cluster.
-
nodegroupName
public final String nodegroupName()
The name of the managed node group to update.
- Returns:
- The name of the managed node group to update.
-
version
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 specifyversion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.- Returns:
- 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 specifyversion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
-
releaseVersion
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 information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.
If you specify
launchTemplate, and your launch template uses a custom AMI, then don't specifyreleaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.- Returns:
- 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 information about Linux versions, see Amazon EKS optimized
Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support
the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS
optimized Windows AMI versions in the Amazon EKS User Guide.
If you specify
launchTemplate, and your launch template uses a custom AMI, then don't specifyreleaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.
-
launchTemplate
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.
- Returns:
- 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.
-
force
public final Boolean force()
Force the update if any
Podon the existing node group can't be drained due to aPoddisruption budget issue. If an update fails because all Pods can't be drained, you can force the update after it fails to terminate the old node whether or not anyPodis running on the node.- Returns:
- Force the update if any
Podon the existing node group can't be drained due to aPoddisruption budget issue. If an update fails because all Pods can't be drained, you can force the update after it fails to terminate the old node whether or not anyPodis running on the node.
-
clientRequestToken
public final String clientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Returns:
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
toBuilder
public UpdateNodegroupVersionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateNodegroupVersionRequest.Builder,UpdateNodegroupVersionRequest>- Specified by:
toBuilderin classEksRequest
-
builder
public static UpdateNodegroupVersionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateNodegroupVersionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-