Interface DefaultRouteInput.Builder

    • Method Detail

      • 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:
        RouteActivationState, RouteActivationState
      • 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:
        RouteActivationState, RouteActivationState