ListImportsRequest.Builder |
ListImportsRequest.Builder.botId(String botId) |
The unique identifier that Amazon Lex assigned to the bot.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.botVersion(String botVersion) |
The version of the bot to list imports for.
|
static ListImportsRequest.Builder |
ListImportsRequest.builder() |
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.filters(Collection<ImportFilter> filters) |
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.filters(Consumer<ImportFilter.Builder>... filters) |
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.filters(ImportFilter... filters) |
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.localeId(String localeId) |
Specifies the locale that should be present in the list.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of imports to return in each page of results.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.nextToken(String nextToken) |
If the response from the ListImports operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListImportsRequest.Builder |
ListImportsRequest.Builder.sortBy(Consumer<ImportSortBy.Builder> sortBy) |
Determines the field that the list of imports is sorted by.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.sortBy(ImportSortBy sortBy) |
Determines the field that the list of imports is sorted by.
|
ListImportsRequest.Builder |
ListImportsRequest.toBuilder() |
|