Interface DeleteRouteResponse.Builder

    • Method Detail

      • applicationId

        DeleteRouteResponse.Builder applicationId​(String applicationId)

        The ID of the application that the route belongs to.

        Parameters:
        applicationId - The ID of the application that the route belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        DeleteRouteResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the route.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        DeleteRouteResponse.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        A timestamp that indicates when the route was last updated.

        Parameters:
        lastUpdatedTime - A timestamp that indicates when the route was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeId

        DeleteRouteResponse.Builder routeId​(String routeId)

        The ID of the route to delete.

        Parameters:
        routeId - The ID of the route to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceId

        DeleteRouteResponse.Builder serviceId​(String serviceId)

        The ID of the service that the route belongs to.

        Parameters:
        serviceId - The ID of the service that the route belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        DeleteRouteResponse.Builder state​(String state)

        The current state of the route.

        Parameters:
        state - The current state of the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RouteState, RouteState