Interface ListRoomsResponse.Builder

    • Method Detail

      • nextToken

        ListRoomsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - If there are more rooms 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.
      • rooms

        ListRoomsResponse.Builder rooms​(Collection<RoomSummary> rooms)

        List of the matching rooms (summary information only).

        Parameters:
        rooms - List of the matching rooms (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rooms

        ListRoomsResponse.Builder rooms​(RoomSummary... rooms)

        List of the matching rooms (summary information only).

        Parameters:
        rooms - List of the matching rooms (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.