public static interface ListBotsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListBotsRequest.Builder,ListBotsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBotsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListBotsRequest.Builder |
lexVersion(LexVersion lexVersion)
The version of Amazon Lex or Amazon Lex V2.
|
ListBotsRequest.Builder |
lexVersion(String lexVersion)
The version of Amazon Lex or Amazon Lex V2.
|
ListBotsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListBotsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListBotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListBotsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListBotsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListBotsRequest.Builder lexVersion(String lexVersion)
The version of Amazon Lex or Amazon Lex V2.
lexVersion - The version of Amazon Lex or Amazon Lex V2.LexVersion,
LexVersionListBotsRequest.Builder lexVersion(LexVersion lexVersion)
The version of Amazon Lex or Amazon Lex V2.
lexVersion - The version of Amazon Lex or Amazon Lex V2.LexVersion,
LexVersionListBotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.