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 theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #rooms(List) .rooms - a consumer that will call methods on List.Builder #rooms(List) Copyright © 2022. All rights reserved.