Interface SearchSessionsResponse.Builder

    • Method Detail

      • nextToken

        SearchSessionsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionSummaries

        SearchSessionsResponse.Builder sessionSummaries​(Collection<SessionSummary> sessionSummaries)

        Summary information about the sessions.

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

        SearchSessionsResponse.Builder sessionSummaries​(SessionSummary... sessionSummaries)

        Summary information about the sessions.

        Parameters:
        sessionSummaries - Summary information about the sessions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.