static ListBotsRequest.Builder |
ListBotsRequest.builder() |
|
ListBotsRequest.Builder |
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 |
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 |
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 |
ListBotsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of bots to return in each page of results.
|
ListBotsRequest.Builder |
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 |
ListBotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListBotsRequest.Builder |
ListBotsRequest.Builder.sortBy(Consumer<BotSortBy.Builder> sortBy) |
Specifies sorting parameters for the list of bots.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.sortBy(BotSortBy sortBy) |
Specifies sorting parameters for the list of bots.
|
ListBotsRequest.Builder |
ListBotsRequest.toBuilder() |
|