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