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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRoutingControlRequest.BuilderclientToken(String clientToken)A unique, case-sensitive string of up to 64 ASCII characters.CreateRoutingControlRequest.BuilderclusterArn(String clusterArn)The Amazon Resource Name (ARN) of the cluster that includes the routing control.CreateRoutingControlRequest.BuildercontrolPanelArn(String controlPanelArn)The Amazon Resource Name (ARN) of the control panel that includes the routing control.CreateRoutingControlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRoutingControlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRoutingControlRequest.BuilderroutingControlName(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 Detail
-
clientToken
CreateRoutingControlRequest.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.
- 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
CreateRoutingControlRequest.Builder clusterArn(String 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
CreateRoutingControlRequest.Builder controlPanelArn(String 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
CreateRoutingControlRequest.Builder routingControlName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRoutingControlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-