public static interface ListBotsRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListBotsRequest.Builder,ListBotsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBotsRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
ListBotsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListBotsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListBotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotsRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.ListBotsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. The default is 10.
maxResults - The maximum number of results to return in a single call. The default is 10.ListBotsRequest.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.ListBotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.