public static interface ListRoomsRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListRoomsRequest.Builder,ListRoomsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRoomsRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
ListRoomsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListRoomsRequest.Builder |
memberId(String memberId)
The member ID (user ID or bot ID).
|
ListRoomsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListRoomsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRoomsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoomsRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.ListRoomsRequest.Builder memberId(String memberId)
The member ID (user ID or bot ID).
memberId - The member ID (user ID or bot ID).ListRoomsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.ListRoomsRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.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.