Interface UpdateRouteRequest.Builder

    • Method Detail

      • activationState

        UpdateRouteRequest.Builder activationState​(String activationState)

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

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

        UpdateRouteRequest.Builder activationState​(RouteActivationState activationState)

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

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

        UpdateRouteRequest.Builder applicationIdentifier​(String applicationIdentifier)

        The ID of the application within which the route is being updated.

        Parameters:
        applicationIdentifier - The ID of the application within which the route is being updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentIdentifier

        UpdateRouteRequest.Builder environmentIdentifier​(String environmentIdentifier)

        The ID of the environment in which the route is being updated.

        Parameters:
        environmentIdentifier - The ID of the environment in which the route is being updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeIdentifier

        UpdateRouteRequest.Builder routeIdentifier​(String routeIdentifier)

        The unique identifier of the route to update.

        Parameters:
        routeIdentifier - The unique identifier of the route to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.