public static interface GetBotsRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetBotsRequest.Builder,GetBotsRequest>
Modifier and Type | Method and Description |
---|---|
GetBotsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of bots to return in the response that the request will return.
|
GetBotsRequest.Builder |
nameContains(String nameContains)
Substring to match in bot names.
|
GetBotsRequest.Builder |
nextToken(String nextToken)
A pagination token that fetches the next page of bots.
|
GetBotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetBotsRequest.Builder nextToken(String nextToken)
A pagination token that fetches the next page of bots. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of bots, specify the pagination token in the next request.
nextToken
- A pagination token that fetches the next page of bots. If the response to this call is truncated,
Amazon Lex returns a pagination token in the response. To fetch the next page of bots, specify the
pagination token in the next request.GetBotsRequest.Builder maxResults(Integer maxResults)
The maximum number of bots to return in the response that the request will return. The default is 10.
maxResults
- The maximum number of bots to return in the response that the request will return. The default is 10.GetBotsRequest.Builder nameContains(String nameContains)
Substring to match in bot names. A bot will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
nameContains
- Substring to match in bot names. A bot will be returned if any part of its name matches the substring.
For example, "xyz" matches both "xyzabc" and "abcxyz."GetBotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.