Interface ListProgressUpdateStreamsResponse.Builder

    • Method Detail

      • progressUpdateStreamSummaryList

        ListProgressUpdateStreamsResponse.Builder progressUpdateStreamSummaryList​(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)

        List of progress update streams up to the max number of results passed in the input.

        Parameters:
        progressUpdateStreamSummaryList - List of progress update streams up to the max number of results passed in the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • progressUpdateStreamSummaryList

        ListProgressUpdateStreamsResponse.Builder progressUpdateStreamSummaryList​(ProgressUpdateStreamSummary... progressUpdateStreamSummaryList)

        List of progress update streams up to the max number of results passed in the input.

        Parameters:
        progressUpdateStreamSummaryList - List of progress update streams up to the max number of results passed in the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProgressUpdateStreamsResponse.Builder nextToken​(String nextToken)

        If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

        Parameters:
        nextToken - If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.