@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNodegroupVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNodegroupVersionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNodegroupVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getClusterName()
The name of your cluster.
|
Boolean |
getForce()
Force the update if any
Pod on the existing node group can't be drained due to a Pod
disruption budget issue. |
LaunchTemplateSpecification |
getLaunchTemplate()
An object representing a node group's launch template specification.
|
String |
getNodegroupName()
The name of the managed node group to update.
|
String |
getReleaseVersion()
The AMI version of the Amazon EKS optimized AMI to use for the update.
|
String |
getVersion()
The Kubernetes version to update to.
|
int |
hashCode() |
Boolean |
isForce()
Force the update if any
Pod on the existing node group can't be drained due to a Pod
disruption budget issue. |
void |
setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setClusterName(String clusterName)
The name of your cluster.
|
void |
setForce(Boolean force)
Force the update if any
Pod on the existing node group can't be drained due to a Pod
disruption budget issue. |
void |
setLaunchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
void |
setNodegroupName(String nodegroupName)
The name of the managed node group to update.
|
void |
setReleaseVersion(String releaseVersion)
The AMI version of the Amazon EKS optimized AMI to use for the update.
|
void |
setVersion(String version)
The Kubernetes version to update to.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNodegroupVersionRequest |
withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNodegroupVersionRequest |
withClusterName(String clusterName)
The name of your cluster.
|
UpdateNodegroupVersionRequest |
withForce(Boolean force)
Force the update if any
Pod on the existing node group can't be drained due to a Pod
disruption budget issue. |
UpdateNodegroupVersionRequest |
withLaunchTemplate(LaunchTemplateSpecification launchTemplate)
An object representing a node group's launch template specification.
|
UpdateNodegroupVersionRequest |
withNodegroupName(String nodegroupName)
The name of the managed node group to update.
|
UpdateNodegroupVersionRequest |
withReleaseVersion(String releaseVersion)
The AMI version of the Amazon EKS optimized AMI to use for the update.
|
UpdateNodegroupVersionRequest |
withVersion(String version)
The Kubernetes version to update to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterName(String clusterName)
The name of your cluster.
clusterName
- The name of your cluster.public String getClusterName()
The name of your cluster.
public UpdateNodegroupVersionRequest withClusterName(String clusterName)
The name of your cluster.
clusterName
- The name of your cluster.public void setNodegroupName(String nodegroupName)
The name of the managed node group to update.
nodegroupName
- The name of the managed node group to update.public String getNodegroupName()
The name of the managed node group to update.
public UpdateNodegroupVersionRequest withNodegroupName(String nodegroupName)
The name of the managed node group to update.
nodegroupName
- The name of the managed node group to update.public void setVersion(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 Customizing managed nodes with
launch templates in the Amazon EKS User Guide.
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 Customizing managed nodes
with launch templates in the Amazon EKS User Guide.public String getVersion()
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 Customizing managed nodes with
launch templates 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 Customizing managed nodes
with launch templates in the Amazon EKS User Guide.public UpdateNodegroupVersionRequest withVersion(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 Customizing managed nodes with
launch templates in the Amazon EKS User Guide.
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 Customizing managed nodes
with launch templates in the Amazon EKS User Guide.public void setReleaseVersion(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 specify
releaseVersion
, 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
- 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 specify
releaseVersion
, 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.
public String getReleaseVersion()
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 specify
releaseVersion
, 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.
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 Customizing managed nodes
with launch templates in the Amazon EKS User Guide.
public UpdateNodegroupVersionRequest withReleaseVersion(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 specify
releaseVersion
, 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
- 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 specify
releaseVersion
, 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.
public void setLaunchTemplate(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.
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 LaunchTemplateSpecification getLaunchTemplate()
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 UpdateNodegroupVersionRequest withLaunchTemplate(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.
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 void setForce(Boolean force)
Force the update if any Pod
on the existing node group can't be drained due to a Pod
disruption 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 any Pod
is running on the node.
force
- Force the update if any Pod
on the existing node group can't be drained due to a
Pod
disruption 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 any Pod
is running
on the node.public Boolean getForce()
Force the update if any Pod
on the existing node group can't be drained due to a Pod
disruption 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 any Pod
is running on the node.
Pod
on the existing node group can't be drained due to a
Pod
disruption 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 any Pod
is running
on the node.public UpdateNodegroupVersionRequest withForce(Boolean force)
Force the update if any Pod
on the existing node group can't be drained due to a Pod
disruption 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 any Pod
is running on the node.
force
- Force the update if any Pod
on the existing node group can't be drained due to a
Pod
disruption 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 any Pod
is running
on the node.public Boolean isForce()
Force the update if any Pod
on the existing node group can't be drained due to a Pod
disruption 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 any Pod
is running on the node.
Pod
on the existing node group can't be drained due to a
Pod
disruption 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 any Pod
is running
on the node.public void setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public UpdateNodegroupVersionRequest withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public UpdateNodegroupVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()