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 |
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 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) 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 that token in the
nextToken parameter to return the next page of results.
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 that token in the
nextToken parameter to return the next page of results.ListExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.