public static interface ListExportsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListExportsResponse.Builder,ListExportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExportsResponse.Builder |
botId(String botId)
The unique identifier assigned to the bot by Amazon Lex.
|
ListExportsResponse.Builder |
botVersion(String botVersion)
The version of the bot that was exported.
|
ListExportsResponse.Builder |
exportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResponse.Builder |
exportSummaries(Consumer<ExportSummary.Builder>... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResponse.Builder |
exportSummaries(ExportSummary... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResponse.Builder |
localeId(String localeId)
The locale specified in the request.
|
ListExportsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListExports
operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExportsResponse.Builder botId(String botId)
The unique identifier assigned to the bot by Amazon Lex.
botId - The unique identifier assigned to the bot by Amazon Lex.ListExportsResponse.Builder botVersion(String botVersion)
The version of the bot that was exported.
botVersion - The version of the bot that was exported.ListExportsResponse.Builder exportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.
exportSummaries - Summary information for the exports that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter. If there are more exports
available, the nextToken field contains a token to get the next page of results.ListExportsResponse.Builder exportSummaries(ExportSummary... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.
exportSummaries - Summary information for the exports that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter. If there are more exports
available, the nextToken field contains a token to get the next page of results.ListExportsResponse.Builder exportSummaries(Consumer<ExportSummary.Builder>... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.
List.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 #exportSummaries(List) .exportSummaries - a consumer that will call methods on List.Builder #exportSummaries(List) ListExportsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListExports
operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListExports operation request to get the next page of
results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListExports operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a ListExports operation request to
get the next page of results.ListExportsResponse.Builder localeId(String localeId)
The locale specified in the request.
localeId - The locale specified in the request.Copyright © 2022. All rights reserved.