public static interface ListRoomsRequest.Builder extends IvschatRequest.Builder, SdkPojo, CopyableBuilder<ListRoomsRequest.Builder,ListRoomsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRoomsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of rooms to return.
|
ListRoomsRequest.Builder |
messageReviewHandlerUri(String messageReviewHandlerUri)
Filters the list to match the specified message review handler URI.
|
ListRoomsRequest.Builder |
name(String name)
Filters the list to match the specified room name.
|
ListRoomsRequest.Builder |
nextToken(String nextToken)
The first room to retrieve.
|
ListRoomsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRoomsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoomsRequest.Builder maxResults(Integer maxResults)
Maximum number of rooms to return. Default: 50.
maxResults - Maximum number of rooms to return. Default: 50.ListRoomsRequest.Builder messageReviewHandlerUri(String messageReviewHandlerUri)
Filters the list to match the specified message review handler URI.
messageReviewHandlerUri - Filters the list to match the specified message review handler URI.ListRoomsRequest.Builder name(String name)
Filters the list to match the specified room name.
name - Filters the list to match the specified room name.ListRoomsRequest.Builder nextToken(String nextToken)
The first room to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first room to retrieve. This is used for pagination; see the nextToken response
field.ListRoomsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRoomsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.