public static interface ListBotsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotsRequest.Builder,ListBotsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBotsRequest.Builder |
filters(BotFilter... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListBotsRequest.Builder |
filters(Collection<BotFilter> filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListBotsRequest.Builder |
filters(Consumer<BotFilter.Builder>... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListBotsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of bots to return in each page of results.
|
ListBotsRequest.Builder |
nextToken(String nextToken)
If the response from the
ListBots operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBotsRequest.Builder |
sortBy(BotSortBy sortBy)
Specifies sorting parameters for the list of bots.
|
default ListBotsRequest.Builder |
sortBy(Consumer<BotSortBy.Builder> sortBy)
Specifies sorting parameters for the list of bots.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotsRequest.Builder sortBy(BotSortBy sortBy)
Specifies sorting parameters for the list of bots. You can specify that the list be sorted by bot name in ascending or descending order.
sortBy - Specifies sorting parameters for the list of bots. You can specify that the list be sorted by bot name
in ascending or descending order.default ListBotsRequest.Builder sortBy(Consumer<BotSortBy.Builder> sortBy)
Specifies sorting parameters for the list of bots. You can specify that the list be sorted by bot name in ascending or descending order.
This is a convenience method that creates an instance of theBotSortBy.Builder avoiding the need to
create one manually via BotSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sortBy(BotSortBy).sortBy - a consumer that will call methods on BotSortBy.BuildersortBy(BotSortBy)ListBotsRequest.Builder filters(Collection<BotFilter> filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the bots in the response to only those that match
the filter specification. You can only specify one filter and one string to filter on.ListBotsRequest.Builder filters(BotFilter... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the bots in the response to only those that match
the filter specification. You can only specify one filter and one string to filter on.ListBotsRequest.Builder filters(Consumer<BotFilter.Builder>... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListBotsRequest.Builder maxResults(Integer maxResults)
The maximum number of bots to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.
maxResults - The maximum number of bots to return in each page of results. If there are fewer results than the
maximum page size, only the actual number of results are returned.ListBotsRequest.Builder nextToken(String nextToken)
If the response from the ListBots operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListBots request to return
the next page of results. For a complete set of results, call the ListBots operation until the
nextToken returned in the response is null.
nextToken - If the response from the ListBots operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListBots request to
return the next page of results. For a complete set of results, call the ListBots
operation until the nextToken returned in the response is null.
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.