Interface ListLiveSourcesResponse.Builder

    • Method Detail

      • items

        ListLiveSourcesResponse.Builder items​(LiveSource... items)

        Lists the live sources.

        Parameters:
        items - Lists the live sources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLiveSourcesResponse.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.