Interface ListStreamKeysResponse.Builder

    • Method Detail

      • nextToken

        ListStreamKeysResponse.Builder nextToken​(String nextToken)

        If there are more stream keys than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more stream keys than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamKeys

        ListStreamKeysResponse.Builder streamKeys​(StreamKeySummary... streamKeys)

        List of stream keys.

        Parameters:
        streamKeys - List of stream keys.
        Returns:
        Returns a reference to this object so that method calls can be chained together.