public static interface CreateClusterRequest.Builder extends Route53RecoveryControlConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateClusterRequest.Builder,CreateClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters.
|
CreateClusterRequest.Builder |
clusterName(String clusterName)
The name of the cluster.
|
CreateClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateClusterRequest.Builder |
tags(Map<String,String> tags)
The tags associated with the cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateClusterRequest.Builder clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.
clientToken - A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with
an action, specify a client token in the request.CreateClusterRequest.Builder clusterName(String clusterName)
The name of the cluster.
clusterName - The name of the cluster.CreateClusterRequest.Builder tags(Map<String,String> tags)
The tags associated with the cluster.
tags - The tags associated with the cluster.CreateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.