Interface UpdateRoutingControlStateEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>, SdkBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>, SdkPojo
Enclosing class:
UpdateRoutingControlStateEntry

public static interface UpdateRoutingControlStateEntry.Builder extends SdkPojo, CopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>
  • Method Details

    • routingControlArn

      UpdateRoutingControlStateEntry.Builder routingControlArn(String routingControlArn)

      The Amazon Resource Name (ARN) for a routing control state entry.

      Parameters:
      routingControlArn - The Amazon Resource Name (ARN) for a routing control state entry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routingControlState

      UpdateRoutingControlStateEntry.Builder routingControlState(String routingControlState)

      The routing control state in a set of routing control state entries.

      Parameters:
      routingControlState - The routing control state in a set of routing control state entries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • routingControlState

      UpdateRoutingControlStateEntry.Builder routingControlState(RoutingControlState routingControlState)

      The routing control state in a set of routing control state entries.

      Parameters:
      routingControlState - The routing control state in a set of routing control state entries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: