public static interface SearchRoomsResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<SearchRoomsResponse.Builder,SearchRoomsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchRoomsResponse.Builder |
nextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchRoomsResponse.Builder |
rooms(Collection<RoomData> rooms)
The rooms that meet the specified set of filter criteria, in sort order.
|
SearchRoomsResponse.Builder |
rooms(Consumer<RoomData.Builder>... rooms)
The rooms that meet the specified set of filter criteria, in sort order.
|
SearchRoomsResponse.Builder |
rooms(RoomData... rooms)
The rooms that meet the specified set of filter criteria, in sort order.
|
SearchRoomsResponse.Builder |
totalCount(Integer totalCount)
The total number of rooms returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchRoomsResponse.Builder rooms(Collection<RoomData> rooms)
The rooms that meet the specified set of filter criteria, in sort order.
rooms - The rooms that meet the specified set of filter criteria, in sort order.SearchRoomsResponse.Builder rooms(RoomData... rooms)
The rooms that meet the specified set of filter criteria, in sort order.
rooms - The rooms that meet the specified set of filter criteria, in sort order.SearchRoomsResponse.Builder rooms(Consumer<RoomData.Builder>... rooms)
The rooms that meet the specified set of filter criteria, in sort order.
This is a convenience method that creates an instance of theRoomData.Builder avoiding the need to create
one manually via RoomData.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
RoomData.Builder#rooms(java.util.Collection) SearchRoomsResponse.Builder nextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.SearchRoomsResponse.Builder totalCount(Integer totalCount)
The total number of rooms returned.
totalCount - The total number of rooms returned.Copyright © 2023. All rights reserved.