Interface CreateControlPanelRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateControlPanelRequest.Builder,,CreateControlPanelRequest> Route53RecoveryControlConfigRequest.Builder,SdkBuilder<CreateControlPanelRequest.Builder,,CreateControlPanelRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateControlPanelRequest
public static interface CreateControlPanelRequest.Builder
extends Route53RecoveryControlConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateControlPanelRequest.Builder,CreateControlPanelRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive string of up to 64 ASCII characters.clusterArn(String clusterArn) The Amazon Resource Name (ARN) of the cluster for the control panel.controlPanelName(String controlPanelName) The name of the control panel.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The tags associated with the control panel.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53recoverycontrolconfig.model.Route53RecoveryControlConfigRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clusterArn
The Amazon Resource Name (ARN) of the cluster for the control panel.
- Parameters:
 clusterArn- The Amazon Resource Name (ARN) of the cluster for the control panel.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
controlPanelName
The name of the control panel.
- Parameters:
 controlPanelName- The name of the control panel.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags associated with the control panel.
- Parameters:
 tags- The tags associated with the control panel.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateControlPanelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateControlPanelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -