Interface CreateRoutingControlRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateRoutingControlRequest.Builder,CreateRoutingControlRequest>, Route53RecoveryControlConfigRequest.Builder, SdkBuilder<CreateRoutingControlRequest.Builder,CreateRoutingControlRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateRoutingControlRequest

  • Method Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.