@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()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getClusterName()
The name of the Amazon EKS cluster that is associated with the managed node group to update.
|
Boolean |
getForce()
Force the update if the existing node group's pods are unable to 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 the existing node group's pods are unable to be drained due to a pod disruption budget issue.
|
void |
setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setClusterName(String clusterName)
The name of the Amazon EKS cluster that is associated with the managed node group to update.
|
void |
setForce(Boolean force)
Force the update if the existing node group's pods are unable to 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)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNodegroupVersionRequest |
withClusterName(String clusterName)
The name of the Amazon EKS cluster that is associated with the managed node group to update.
|
UpdateNodegroupVersionRequest |
withForce(Boolean force)
Force the update if the existing node group's pods are unable to 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 the Amazon EKS cluster that is associated with the managed node group to update.
clusterName
- The name of the Amazon EKS cluster that is associated with the managed node group to update.public String getClusterName()
The name of the Amazon EKS cluster that is associated with the managed node group to update.
public UpdateNodegroupVersionRequest withClusterName(String clusterName)
The name of the Amazon EKS cluster that is associated with the managed node group to update.
clusterName
- The name of the Amazon EKS cluster that is associated with the managed node group to update.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 Launch template support 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 Launch template support
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 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 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 Launch template support 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 Launch template support
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 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.
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.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 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 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 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.
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.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 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.
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 Boolean getForce()
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 UpdateNodegroupVersionRequest withForce(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.
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 Boolean isForce()
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 void setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public UpdateNodegroupVersionRequest withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- 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()