Interface ListStreamsResponse.Builder

    • Method Detail

      • streamNames

        ListStreamsResponse.Builder streamNames​(Collection<String> streamNames)

        The names of the streams that are associated with the Amazon Web Services account making the ListStreams request.

        Parameters:
        streamNames - The names of the streams that are associated with the Amazon Web Services account making the ListStreams request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamNames

        ListStreamsResponse.Builder streamNames​(String... streamNames)

        The names of the streams that are associated with the Amazon Web Services account making the ListStreams request.

        Parameters:
        streamNames - The names of the streams that are associated with the Amazon Web Services account making the ListStreams request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasMoreStreams

        ListStreamsResponse.Builder hasMoreStreams​(Boolean hasMoreStreams)

        If set to true, there are more streams available to list.

        Parameters:
        hasMoreStreams - If set to true, there are more streams available to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListStreamsResponse.Builder nextToken​(String nextToken)

        Parameters:
        nextToken -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamSummaries

        ListStreamsResponse.Builder streamSummaries​(StreamSummary... streamSummaries)

        Parameters:
        streamSummaries -
        Returns:
        Returns a reference to this object so that method calls can be chained together.