public static interface CreateRoutingControlRequest.Builder extends Route53RecoveryControlConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateRoutingControlRequest.Builder,CreateRoutingControlRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRoutingControlRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters.
|
CreateRoutingControlRequest.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
|
CreateRoutingControlRequest.Builder |
controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
|
CreateRoutingControlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRoutingControlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRoutingControlRequest.Builder |
routingControlName(String routingControlName)
The name of the routing control.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRoutingControlRequest.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.CreateRoutingControlRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
clusterArn - The Amazon Resource Name (ARN) of the cluster that includes the routing control.CreateRoutingControlRequest.Builder controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
controlPanelArn - The Amazon Resource Name (ARN) of the control panel that includes the routing control.CreateRoutingControlRequest.Builder routingControlName(String routingControlName)
The name of the routing control.
routingControlName - The name of the routing control.CreateRoutingControlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRoutingControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.