public static interface UpdateClusterConfigRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<UpdateClusterConfigRequest.Builder,UpdateClusterConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterConfigRequest.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default UpdateClusterConfigRequest.Builder |
logging(Consumer<Logging.Builder> logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
UpdateClusterConfigRequest.Builder |
logging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
UpdateClusterConfigRequest.Builder |
name(String name)
The name of the Amazon EKS cluster to update.
|
UpdateClusterConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateClusterConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateClusterConfigRequest.Builder |
resourcesVpcConfig(Consumer<VpcConfigRequest.Builder> resourcesVpcConfig)
Sets the value of the ResourcesVpcConfig property for this object.
|
UpdateClusterConfigRequest.Builder |
resourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)
Sets the value of the ResourcesVpcConfig property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClusterConfigRequest.Builder name(String name)
The name of the Amazon EKS cluster to update.
name - The name of the Amazon EKS cluster to update.UpdateClusterConfigRequest.Builder resourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)
resourcesVpcConfig - The new value for the ResourcesVpcConfig property for this object.default UpdateClusterConfigRequest.Builder resourcesVpcConfig(Consumer<VpcConfigRequest.Builder> resourcesVpcConfig)
VpcConfigRequest.Builder avoiding the need to
create one manually via VpcConfigRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourcesVpcConfig(VpcConfigRequest).resourcesVpcConfig - a consumer that will call methods on VpcConfigRequest.BuilderresourcesVpcConfig(VpcConfigRequest)UpdateClusterConfigRequest.Builder logging(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.
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.
default UpdateClusterConfigRequest.Builder logging(Consumer<Logging.Builder> 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.
Logging.Builder avoiding the need to
create one manually via Logging.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to logging(Logging).logging - a consumer that will call methods on Logging.Builderlogging(Logging)UpdateClusterConfigRequest.Builder clientRequestToken(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.UpdateClusterConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClusterConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.