Interface CreateRoutingControlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateRoutingControlRequest.Builder,
,CreateRoutingControlRequest> Route53RecoveryControlConfigRequest.Builder
,SdkBuilder<CreateRoutingControlRequest.Builder,
,CreateRoutingControlRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateRoutingControlRequest
public static interface CreateRoutingControlRequest.Builder
extends Route53RecoveryControlConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateRoutingControlRequest.Builder,CreateRoutingControlRequest>
-
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 that includes the routing control.controlPanelArn
(String controlPanelArn) The Amazon Resource Name (ARN) of the control panel that includes the routing control.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routingControlName
(String routingControlName) The name of the routing control.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.route53recoverycontrolconfig.model.Route53RecoveryControlConfigRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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 that includes the routing control.
- Parameters:
clusterArn
- The Amazon Resource Name (ARN) of the cluster that includes the routing control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlPanelArn
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
- Parameters:
controlPanelArn
- The Amazon Resource Name (ARN) of the control panel that includes the routing control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingControlName
The name of the routing control.
- Parameters:
routingControlName
- The name of the routing control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRoutingControlRequest.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
CreateRoutingControlRequest.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.
-