public static interface CreateControlPanelRequest.Builder extends Route53RecoveryControlConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateControlPanelRequest.Builder,CreateControlPanelRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateControlPanelRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters.
|
CreateControlPanelRequest.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster for the control panel.
|
CreateControlPanelRequest.Builder |
controlPanelName(String controlPanelName)
The name of the control panel.
|
CreateControlPanelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateControlPanelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateControlPanelRequest.Builder |
tags(Map<String,String> tags)
The tags associated with the control panel.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateControlPanelRequest.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.CreateControlPanelRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster for the control panel.
clusterArn - The Amazon Resource Name (ARN) of the cluster for the control panel.CreateControlPanelRequest.Builder controlPanelName(String controlPanelName)
The name of the control panel.
controlPanelName - The name of the control panel.CreateControlPanelRequest.Builder tags(Map<String,String> tags)
The tags associated with the control panel.
tags - The tags associated with the control panel.CreateControlPanelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateControlPanelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.