Interface CreateRoutingControlRequest.Builder

    • 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.