public static interface ListMeetingsRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListMeetingsRequest.Builder,ListMeetingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMeetingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListMeetingsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListMeetingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMeetingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMeetingsRequest.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.ListMeetingsRequest.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.ListMeetingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMeetingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.