Interface ListSessionsResponse.Builder

    • Method Detail

      • ids

        ListSessionsResponse.Builder ids​(Collection<String> ids)

        Returns the ID of the session.

        Parameters:
        ids - Returns the ID of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        ListSessionsResponse.Builder ids​(String... ids)

        Returns the ID of the session.

        Parameters:
        ids - Returns the ID of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessions

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

        Returns the session object.

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

        ListSessionsResponse.Builder sessions​(Session... sessions)

        Returns the session object.

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

        ListSessionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more result.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.