Interface SearchRoomsResponse.Builder

    • Method Detail

      • rooms

        SearchRoomsResponse.Builder rooms​(Collection<RoomData> rooms)

        The rooms that meet the specified set of filter criteria, in sort order.

        Parameters:
        rooms - The rooms that meet the specified set of filter criteria, in sort order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rooms

        SearchRoomsResponse.Builder rooms​(RoomData... rooms)

        The rooms that meet the specified set of filter criteria, in sort order.

        Parameters:
        rooms - The rooms that meet the specified set of filter criteria, in sort order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchRoomsResponse.Builder nextToken​(String nextToken)

        The token returned to indicate that there is more data available.

        Parameters:
        nextToken - The token returned to indicate that there is more data available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        SearchRoomsResponse.Builder totalCount​(Integer totalCount)

        The total number of rooms returned.

        Parameters:
        totalCount - The total number of rooms returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.