Interface CreateClusterRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateClusterRequest.Builder,
,CreateClusterRequest> EksRequest.Builder
,SdkBuilder<CreateClusterRequest.Builder,
,CreateClusterRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateClusterRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateClusterRequest.Builder
accessConfig
(Consumer<CreateAccessConfigRequest.Builder> accessConfig) The access configuration for the cluster.accessConfig
(CreateAccessConfigRequest accessConfig) The access configuration for the cluster.bootstrapSelfManagedAddons
(Boolean bootstrapSelfManagedAddons) If you set this value toFalse
when creating a cluster, the default networking add-ons will not be installed.clientRequestToken
(String clientRequestToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default CreateClusterRequest.Builder
computeConfig
(Consumer<ComputeConfigRequest.Builder> computeConfig) Enable or disable the compute capability of EKS Auto Mode when creating your EKS Auto Mode cluster.computeConfig
(ComputeConfigRequest computeConfig) Enable or disable the compute capability of EKS Auto Mode when creating your EKS Auto Mode cluster.encryptionConfig
(Collection<EncryptionConfig> encryptionConfig) The encryption configuration for the cluster.encryptionConfig
(Consumer<EncryptionConfig.Builder>... encryptionConfig) The encryption configuration for the cluster.encryptionConfig
(EncryptionConfig... encryptionConfig) The encryption configuration for the cluster.default CreateClusterRequest.Builder
kubernetesNetworkConfig
(Consumer<KubernetesNetworkConfigRequest.Builder> kubernetesNetworkConfig) The Kubernetes network configuration for the cluster.kubernetesNetworkConfig
(KubernetesNetworkConfigRequest kubernetesNetworkConfig) The Kubernetes network configuration for the cluster.default CreateClusterRequest.Builder
logging
(Consumer<Logging.Builder> logging) Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs .Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs .The unique name to give to your cluster.default CreateClusterRequest.Builder
outpostConfig
(Consumer<OutpostConfigRequest.Builder> outpostConfig) An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.outpostConfig
(OutpostConfigRequest outpostConfig) An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default CreateClusterRequest.Builder
remoteNetworkConfig
(Consumer<RemoteNetworkConfigRequest.Builder> remoteNetworkConfig) The configuration in the cluster for EKS Hybrid Nodes.remoteNetworkConfig
(RemoteNetworkConfigRequest remoteNetworkConfig) The configuration in the cluster for EKS Hybrid Nodes.default CreateClusterRequest.Builder
resourcesVpcConfig
(Consumer<VpcConfigRequest.Builder> resourcesVpcConfig) The VPC configuration that's used by the cluster control plane.resourcesVpcConfig
(VpcConfigRequest resourcesVpcConfig) The VPC configuration that's used by the cluster control plane.The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf.default CreateClusterRequest.Builder
storageConfig
(Consumer<StorageConfigRequest.Builder> storageConfig) Enable or disable the block storage capability of EKS Auto Mode when creating your EKS Auto Mode cluster.storageConfig
(StorageConfigRequest storageConfig) Enable or disable the block storage capability of EKS Auto Mode when creating your EKS Auto Mode cluster.Metadata that assists with categorization and organization.default CreateClusterRequest.Builder
upgradePolicy
(Consumer<UpgradePolicyRequest.Builder> upgradePolicy) New clusters, by default, have extended support enabled.upgradePolicy
(UpgradePolicyRequest upgradePolicy) New clusters, by default, have extended support enabled.The desired Kubernetes version for your cluster.default CreateClusterRequest.Builder
zonalShiftConfig
(Consumer<ZonalShiftConfigRequest.Builder> zonalShiftConfig) Enable or disable ARC zonal shift for the cluster.zonalShiftConfig
(ZonalShiftConfigRequest zonalShiftConfig) Enable or disable ARC zonal shift for the cluster.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The unique name to give to your cluster. The name can contain only alphanumeric characters (case-sensitive), hyphens, and underscores. It must start with an alphanumeric character and can't be longer than 100 characters. The name must be unique within the Amazon Web Services Region and Amazon Web Services account that you're creating the cluster in.
- Parameters:
name
- The unique name to give to your cluster. The name can contain only alphanumeric characters (case-sensitive), hyphens, and underscores. It must start with an alphanumeric character and can't be longer than 100 characters. The name must be unique within the Amazon Web Services Region and Amazon Web Services account that you're creating the cluster in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The desired Kubernetes version for your cluster. If you don't specify a value here, the default version available in Amazon EKS is used.
The default version might not be the latest version available.
- Parameters:
version
- The desired Kubernetes version for your cluster. If you don't specify a value here, the default version available in Amazon EKS is used.The default version might not be the latest version available.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf. For more information, see Amazon EKS Service IAM Role in the Amazon EKS User Guide .
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf. For more information, see Amazon EKS Service IAM Role in the Amazon EKS User Guide .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourcesVpcConfig
The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide. You must specify at least two subnets. You can specify up to five security groups. However, we recommend that you use a dedicated security group for your cluster control plane.
- Parameters:
resourcesVpcConfig
- The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide. You must specify at least two subnets. You can specify up to five security groups. However, we recommend that you use a dedicated security group for your cluster control plane.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourcesVpcConfig
default CreateClusterRequest.Builder resourcesVpcConfig(Consumer<VpcConfigRequest.Builder> resourcesVpcConfig) The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide. You must specify at least two subnets. You can specify up to five security groups. However, we recommend that you use a dedicated security group for your cluster control plane.
This is a convenience method that creates an instance of theVpcConfigRequest.Builder
avoiding the need to create one manually viaVpcConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourcesVpcConfig(VpcConfigRequest)
.- Parameters:
resourcesVpcConfig
- a consumer that will call methods onVpcConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kubernetesNetworkConfig
CreateClusterRequest.Builder kubernetesNetworkConfig(KubernetesNetworkConfigRequest kubernetesNetworkConfig) The Kubernetes network configuration for the cluster.
- Parameters:
kubernetesNetworkConfig
- The Kubernetes network configuration for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kubernetesNetworkConfig
default CreateClusterRequest.Builder kubernetesNetworkConfig(Consumer<KubernetesNetworkConfigRequest.Builder> kubernetesNetworkConfig) The Kubernetes network configuration for the cluster.
This is a convenience method that creates an instance of theKubernetesNetworkConfigRequest.Builder
avoiding the need to create one manually viaKubernetesNetworkConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokubernetesNetworkConfig(KubernetesNetworkConfigRequest)
.- Parameters:
kubernetesNetworkConfig
- a consumer that will call methods onKubernetesNetworkConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 CloudWatch Pricing.
- Parameters:
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 CloudWatch Pricing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 CloudWatch Pricing.
Logging.Builder
avoiding the need to create one manually viaLogging.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tologging(Logging)
.- Parameters:
logging
- a consumer that will call methods onLogging.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientRequestToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.
- Parameters:
tags
- Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfig
The encryption configuration for the cluster.
- Parameters:
encryptionConfig
- The encryption configuration for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfig
The encryption configuration for the cluster.
- Parameters:
encryptionConfig
- The encryption configuration for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfig
CreateClusterRequest.Builder encryptionConfig(Consumer<EncryptionConfig.Builder>... encryptionConfig) The encryption configuration for the cluster.
This is a convenience method that creates an instance of theEncryptionConfig.Builder
avoiding the need to create one manually viaEncryptionConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toencryptionConfig(List<EncryptionConfig>)
.- Parameters:
encryptionConfig
- a consumer that will call methods onEncryptionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outpostConfig
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review Local clusters for Amazon EKS on Amazon Web Services Outposts in the Amazon EKS User Guide. This object isn't available for creating Amazon EKS clusters on the Amazon Web Services cloud.
- Parameters:
outpostConfig
- An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review Local clusters for Amazon EKS on Amazon Web Services Outposts in the Amazon EKS User Guide. This object isn't available for creating Amazon EKS clusters on the Amazon Web Services cloud.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outpostConfig
default CreateClusterRequest.Builder outpostConfig(Consumer<OutpostConfigRequest.Builder> outpostConfig) An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review Local clusters for Amazon EKS on Amazon Web Services Outposts in the Amazon EKS User Guide. This object isn't available for creating Amazon EKS clusters on the Amazon Web Services cloud.
This is a convenience method that creates an instance of theOutpostConfigRequest.Builder
avoiding the need to create one manually viaOutpostConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutpostConfig(OutpostConfigRequest)
.- Parameters:
outpostConfig
- a consumer that will call methods onOutpostConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessConfig
The access configuration for the cluster.
- Parameters:
accessConfig
- The access configuration for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessConfig
default CreateClusterRequest.Builder accessConfig(Consumer<CreateAccessConfigRequest.Builder> accessConfig) The access configuration for the cluster.
This is a convenience method that creates an instance of theCreateAccessConfigRequest.Builder
avoiding the need to create one manually viaCreateAccessConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccessConfig(CreateAccessConfigRequest)
.- Parameters:
accessConfig
- a consumer that will call methods onCreateAccessConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bootstrapSelfManagedAddons
If you set this value to
False
when creating a cluster, the default networking add-ons will not be installed.The default networking add-ons include
vpc-cni
,coredns
, andkube-proxy
.Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.
- Parameters:
bootstrapSelfManagedAddons
- If you set this value toFalse
when creating a cluster, the default networking add-ons will not be installed.The default networking add-ons include
vpc-cni
,coredns
, andkube-proxy
.Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upgradePolicy
New clusters, by default, have extended support enabled. You can disable extended support when creating a cluster by setting this value to
STANDARD
.- Parameters:
upgradePolicy
- New clusters, by default, have extended support enabled. You can disable extended support when creating a cluster by setting this value toSTANDARD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upgradePolicy
default CreateClusterRequest.Builder upgradePolicy(Consumer<UpgradePolicyRequest.Builder> upgradePolicy) New clusters, by default, have extended support enabled. You can disable extended support when creating a cluster by setting this value to
This is a convenience method that creates an instance of theSTANDARD
.UpgradePolicyRequest.Builder
avoiding the need to create one manually viaUpgradePolicyRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupgradePolicy(UpgradePolicyRequest)
.- Parameters:
upgradePolicy
- a consumer that will call methods onUpgradePolicyRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zonalShiftConfig
Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.
Zonal shift is a feature of Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel it. You can extend the zonal shift if necessary.
You can start a zonal shift for an Amazon EKS cluster, or you can allow Amazon Web Services to do it for you by enabling zonal autoshift. This shift updates the flow of east-to-west network traffic in your cluster to only consider network endpoints for Pods running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress traffic for applications in your Amazon EKS cluster will automatically route traffic to targets in the healthy AZs. For more information about zonal shift in EKS, see Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS in the Amazon EKS User Guide .
- Parameters:
zonalShiftConfig
- Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.Zonal shift is a feature of Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel it. You can extend the zonal shift if necessary.
You can start a zonal shift for an Amazon EKS cluster, or you can allow Amazon Web Services to do it for you by enabling zonal autoshift. This shift updates the flow of east-to-west network traffic in your cluster to only consider network endpoints for Pods running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress traffic for applications in your Amazon EKS cluster will automatically route traffic to targets in the healthy AZs. For more information about zonal shift in EKS, see Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS in the Amazon EKS User Guide .
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zonalShiftConfig
default CreateClusterRequest.Builder zonalShiftConfig(Consumer<ZonalShiftConfigRequest.Builder> zonalShiftConfig) Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.
Zonal shift is a feature of Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel it. You can extend the zonal shift if necessary.
You can start a zonal shift for an Amazon EKS cluster, or you can allow Amazon Web Services to do it for you by enabling zonal autoshift. This shift updates the flow of east-to-west network traffic in your cluster to only consider network endpoints for Pods running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress traffic for applications in your Amazon EKS cluster will automatically route traffic to targets in the healthy AZs. For more information about zonal shift in EKS, see Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS in the Amazon EKS User Guide .
This is a convenience method that creates an instance of theZonalShiftConfigRequest.Builder
avoiding the need to create one manually viaZonalShiftConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tozonalShiftConfig(ZonalShiftConfigRequest)
.- Parameters:
zonalShiftConfig
- a consumer that will call methods onZonalShiftConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
remoteNetworkConfig
The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
- Parameters:
remoteNetworkConfig
- The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteNetworkConfig
default CreateClusterRequest.Builder remoteNetworkConfig(Consumer<RemoteNetworkConfigRequest.Builder> remoteNetworkConfig) The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.
This is a convenience method that creates an instance of theRemoteNetworkConfigRequest.Builder
avoiding the need to create one manually viaRemoteNetworkConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toremoteNetworkConfig(RemoteNetworkConfigRequest)
.- Parameters:
remoteNetworkConfig
- a consumer that will call methods onRemoteNetworkConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
computeConfig
Enable or disable the compute capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account
- Parameters:
computeConfig
- Enable or disable the compute capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeConfig
default CreateClusterRequest.Builder computeConfig(Consumer<ComputeConfigRequest.Builder> computeConfig) Enable or disable the compute capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account
This is a convenience method that creates an instance of theComputeConfigRequest.Builder
avoiding the need to create one manually viaComputeConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocomputeConfig(ComputeConfigRequest)
.- Parameters:
computeConfig
- a consumer that will call methods onComputeConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageConfig
Enable or disable the block storage capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account.
- Parameters:
storageConfig
- Enable or disable the block storage capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageConfig
default CreateClusterRequest.Builder storageConfig(Consumer<StorageConfigRequest.Builder> storageConfig) Enable or disable the block storage capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account.
This is a convenience method that creates an instance of theStorageConfigRequest.Builder
avoiding the need to create one manually viaStorageConfigRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostorageConfig(StorageConfigRequest)
.- Parameters:
storageConfig
- a consumer that will call methods onStorageConfigRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-