@Generated(value="software.amazon.awssdk:codegen") public final class UpdateClusterConfigRequest extends EksRequest implements ToCopyableBuilder<UpdateClusterConfigRequest.Builder,UpdateClusterConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateClusterConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateClusterConfigRequest.Builder |
builder() |
String |
clientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Logging |
logging()
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
String |
name()
The name of the Amazon EKS cluster to update.
|
VpcConfigRequest |
resourcesVpcConfig()
Returns the value of the ResourcesVpcConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateClusterConfigRequest.Builder> |
serializableBuilderClass() |
UpdateClusterConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the Amazon EKS cluster to update.
public VpcConfigRequest resourcesVpcConfig()
public Logging logging()
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide .
CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see Amazon CloudWatch Pricing.
CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see Amazon CloudWatch Pricing.
public String clientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public UpdateClusterConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateClusterConfigRequest.Builder,UpdateClusterConfigRequest>toBuilder in class EksRequestpublic static UpdateClusterConfigRequest.Builder builder()
public static Class<? extends UpdateClusterConfigRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.