Interface ListSourceLocationsResponse.Builder

    • Method Detail

      • items

        ListSourceLocationsResponse.Builder items​(SourceLocation... items)

        A list of source locations.

        Parameters:
        items - A list of source locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSourceLocationsResponse.Builder nextToken​(String nextToken)

        Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

        Parameters:
        nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.