public static interface ListImportsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListImportsResponse.Builder,ListImportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImportsResponse.Builder |
botId(String botId)
The unique identifier assigned by Amazon Lex to the bot.
|
ListImportsResponse.Builder |
botVersion(String botVersion)
The version of the bot that was imported.
|
ListImportsResponse.Builder |
importSummaries(Collection<ImportSummary> importSummaries)
Summary information for the imports that meet the filter criteria specified in the request.
|
ListImportsResponse.Builder |
importSummaries(Consumer<ImportSummary.Builder>... importSummaries)
Summary information for the imports that meet the filter criteria specified in the request.
|
ListImportsResponse.Builder |
importSummaries(ImportSummary... importSummaries)
Summary information for the imports that meet the filter criteria specified in the request.
|
ListImportsResponse.Builder |
localeId(String localeId)
The locale specified in the request.
|
ListImportsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListImports
operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImportsResponse.Builder botId(String botId)
The unique identifier assigned by Amazon Lex to the bot.
botId - The unique identifier assigned by Amazon Lex to the bot.ListImportsResponse.Builder botVersion(String botVersion)
The version of the bot that was imported. It will always be DRAFT.
botVersion - The version of the bot that was imported. It will always be DRAFT.ListImportsResponse.Builder importSummaries(Collection<ImportSummary> importSummaries)
Summary information for the imports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more imports available, the
nextToken field contains a token to get the next page of results.
importSummaries - Summary information for the imports that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter. If there are more imports
available, the nextToken field contains a token to get the next page of results.ListImportsResponse.Builder importSummaries(ImportSummary... importSummaries)
Summary information for the imports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more imports available, the
nextToken field contains a token to get the next page of results.
importSummaries - Summary information for the imports that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter. If there are more imports
available, the nextToken field contains a token to get the next page of results.ListImportsResponse.Builder importSummaries(Consumer<ImportSummary.Builder>... importSummaries)
Summary information for the imports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more imports available, the
nextToken field contains a token to get the next page of results.
ImportSummary.Builder avoiding the need to create
one manually via ImportSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #importSummaries(List.
importSummaries - a consumer that will call methods on
ImportSummary.Builder#importSummaries(java.util.Collection) ListImportsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListImports
operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListImports 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
ListImports operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a ListImports operation request to
get the next page of results.ListImportsResponse.Builder localeId(String localeId)
The locale specified in the request.
localeId - The locale specified in the request.Copyright © 2023. All rights reserved.