Interface DescribeSessionsResponse.Builder

    • Method Detail

      • sessions

        DescribeSessionsResponse.Builder sessions​(Collection<Session> sessions)

        Information about the streaming sessions.

        Parameters:
        sessions - Information about the streaming sessions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessions

        DescribeSessionsResponse.Builder sessions​(Session... sessions)

        Information about the streaming sessions.

        Parameters:
        sessions - Information about the streaming sessions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSessionsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.