@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.
|
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 |
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 |
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.
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.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.
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.
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.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 Linux AMI Versions 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
Linux AMI Versions 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 Linux AMI Versions 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 Linux AMI Versions 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
Linux AMI Versions in the Amazon EKS User Guide.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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.