public static interface ListExportsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListExportsRequest.Builder,ListExportsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExportsRequest.Builder |
botId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
|
ListExportsRequest.Builder |
botVersion(String botVersion)
The version of the bot to list exports for.
|
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 |
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 |
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 |
localeId(String localeId)
Specifies the resources that should be exported.
|
ListExportsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of exports to return in each page of results.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListExportsRequest.Builder |
sortBy(Consumer<ExportSortBy.Builder> sortBy)
Determines the field that the list of exports is sorted by.
|
ListExportsRequest.Builder |
sortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExportsRequest.Builder botId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
botId - The unique identifier that Amazon Lex assigned to the bot.ListExportsRequest.Builder botVersion(String botVersion)
The version of the bot to list exports for.
botVersion - The version of the bot to list exports for.ListExportsRequest.Builder sortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by. You can sort by the
LastUpdatedDateTime field in ascending or descending order.
sortBy - Determines the field that the list of exports is sorted by. You can sort by the
LastUpdatedDateTime field in ascending or descending order.default ListExportsRequest.Builder sortBy(Consumer<ExportSortBy.Builder> sortBy)
Determines the field that the list of exports is sorted by. You can sort by the
LastUpdatedDateTime field in ascending or descending order.
ExportSortBy.Builder avoiding the need
to create one manually via ExportSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortBy(ExportSortBy).
sortBy - a consumer that will call methods on ExportSortBy.BuildersortBy(ExportSortBy)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. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the exports in the response to only those that
match the filter specification. You can only specify one filter and one string to filter on.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. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the exports in the response to only those that
match the filter specification. You can only specify one filter and one string to filter on.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. You can only specify one filter and one string to filter on.
This is a convenience method that creates an instance of theExportFilter.Builder avoiding the need to create
one manually via ExportFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #filters(List.
filters - a consumer that will call methods on
ExportFilter.Builder#filters(java.util.Collection) ListExportsRequest.Builder maxResults(Integer maxResults)
The maximum number of exports to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults - The maximum number of exports to return in each page of results. If there are fewer results than the
max page size, only the actual number of results are returned.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.
Use the returned token in the nextToken parameter of a ListExports request to
return the next page of results. For a complete set of results, call the ListExports operation
until the nextToken returned in the response is null.
nextToken - If the response from the ListExports operation contains more results that specified in
the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListExports request
to return the next page of results. For a complete set of results, call the ListExports
operation until the nextToken returned in the response is null.
ListExportsRequest.Builder localeId(String localeId)
Specifies the resources that should be exported. If you don't specify a resource type in the
filters parameter, both bot locales and custom vocabularies are exported.
localeId - Specifies the resources that should be exported. If you don't specify a resource type in the
filters parameter, both bot locales and custom vocabularies are exported.ListExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.