Interface DefaultRouteInput.Builder

  • Method Details

    • activationState

      DefaultRouteInput.Builder activationState(String activationState)

      If set to ACTIVE, traffic is forwarded to this route’s service after the route is created.

      Parameters:
      activationState - If set to ACTIVE, traffic is forwarded to this route’s service after the route is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • activationState

      DefaultRouteInput.Builder activationState(RouteActivationState activationState)

      If set to ACTIVE, traffic is forwarded to this route’s service after the route is created.

      Parameters:
      activationState - If set to ACTIVE, traffic is forwarded to this route’s service after the route is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: