Interface DescribeRouteServerEndpointsResponse.Builder

    • Method Detail

      • routeServerEndpoints

        DescribeRouteServerEndpointsResponse.Builder routeServerEndpoints​(Collection<RouteServerEndpoint> routeServerEndpoints)

        Information about the described route server endpoints.

        Parameters:
        routeServerEndpoints - Information about the described route server endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeServerEndpoints

        DescribeRouteServerEndpointsResponse.Builder routeServerEndpoints​(RouteServerEndpoint... routeServerEndpoints)

        Information about the described route server endpoints.

        Parameters:
        routeServerEndpoints - Information about the described route server endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRouteServerEndpointsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.