Interface DescribeSessionsResponse.Builder

    • Method Detail

      • sessions

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

        A list of sessions meeting the request parameters.

        Parameters:
        sessions - A list of sessions meeting the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessions

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

        A list of sessions meeting the request parameters.

        Parameters:
        sessions - A list of sessions meeting the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSessionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You received this token from a previous call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.