public static interface ListRoomsResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<ListRoomsResponse.Builder,ListRoomsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRoomsResponse.Builder |
nextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the
next set. |
ListRoomsResponse.Builder |
rooms(Collection<RoomSummary> rooms)
List of the matching rooms (summary information only).
|
ListRoomsResponse.Builder |
rooms(Consumer<RoomSummary.Builder>... rooms)
List of the matching rooms (summary information only).
|
ListRoomsResponse.Builder |
rooms(RoomSummary... rooms)
List of the matching rooms (summary information only).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoomsResponse.Builder nextToken(String nextToken)
If there are more rooms than maxResults, use nextToken in the request to get the
next set.
nextToken - If there are more rooms than maxResults, use nextToken in the request to get
the next set.ListRoomsResponse.Builder rooms(Collection<RoomSummary> rooms)
List of the matching rooms (summary information only).
rooms - List of the matching rooms (summary information only).ListRoomsResponse.Builder rooms(RoomSummary... rooms)
List of the matching rooms (summary information only).
rooms - List of the matching rooms (summary information only).ListRoomsResponse.Builder rooms(Consumer<RoomSummary.Builder>... rooms)
List of the matching rooms (summary information only).
This is a convenience method that creates an instance of theRoomSummary.Builder avoiding the need to create one
manually via RoomSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rooms(List.
rooms - a consumer that will call methods on
RoomSummary.Builder#rooms(java.util.Collection) Copyright © 2023. All rights reserved.