public static interface SearchRoomsResponse.Builder extends AlexaForBusinessResponse.Builder, 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(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
copy
apply, build
SearchRoomsResponse.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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.