public static interface DescribeImportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeImportResponse.Builder,DescribeImportResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImportResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the import was created.
|
DescribeImportResponse.Builder |
failureReasons(Collection<String> failureReasons)
If the
importStatus field is Failed, this provides one or more reasons for the
failure. |
DescribeImportResponse.Builder |
failureReasons(String... failureReasons)
If the
importStatus field is Failed, this provides one or more reasons for the
failure. |
DescribeImportResponse.Builder |
importedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the resource created by the import.
|
DescribeImportResponse.Builder |
importedResourceName(String importedResourceName)
The name of the imported resource.
|
DescribeImportResponse.Builder |
importId(String importId)
The unique identifier of the described import.
|
DescribeImportResponse.Builder |
importStatus(ImportStatus importStatus)
The status of the import process.
|
DescribeImportResponse.Builder |
importStatus(String importStatus)
The status of the import process.
|
DescribeImportResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the import was last updated.
|
DescribeImportResponse.Builder |
mergeStrategy(MergeStrategy mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
DescribeImportResponse.Builder |
mergeStrategy(String mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
default DescribeImportResponse.Builder |
resourceSpecification(Consumer<ImportResourceSpecification.Builder> resourceSpecification)
The specifications of the imported bot, bot locale, or custom vocabulary.
|
DescribeImportResponse.Builder |
resourceSpecification(ImportResourceSpecification resourceSpecification)
The specifications of the imported bot, bot locale, or custom vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImportResponse.Builder importId(String importId)
The unique identifier of the described import.
importId - The unique identifier of the described import.DescribeImportResponse.Builder resourceSpecification(ImportResourceSpecification resourceSpecification)
The specifications of the imported bot, bot locale, or custom vocabulary.
resourceSpecification - The specifications of the imported bot, bot locale, or custom vocabulary.default DescribeImportResponse.Builder resourceSpecification(Consumer<ImportResourceSpecification.Builder> resourceSpecification)
The specifications of the imported bot, bot locale, or custom vocabulary.
This is a convenience that creates an instance of theImportResourceSpecification.Builder avoiding
the need to create one manually via ImportResourceSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resourceSpecification(ImportResourceSpecification).resourceSpecification - a consumer that will call methods on ImportResourceSpecification.BuilderresourceSpecification(ImportResourceSpecification)DescribeImportResponse.Builder importedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the resource created by the import.
importedResourceId - The unique identifier that Amazon Lex assigned to the resource created by the import.DescribeImportResponse.Builder importedResourceName(String importedResourceName)
The name of the imported resource.
importedResourceName - The name of the imported resource.DescribeImportResponse.Builder mergeStrategy(String mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource. When
the merge strategy is FailOnConflict existing resources are not overwritten and the import
fails.
mergeStrategy - The strategy used when there was a name conflict between the imported resource and an existing
resource. When the merge strategy is FailOnConflict existing resources are not
overwritten and the import fails.MergeStrategy,
MergeStrategyDescribeImportResponse.Builder mergeStrategy(MergeStrategy mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource. When
the merge strategy is FailOnConflict existing resources are not overwritten and the import
fails.
mergeStrategy - The strategy used when there was a name conflict between the imported resource and an existing
resource. When the merge strategy is FailOnConflict existing resources are not
overwritten and the import fails.MergeStrategy,
MergeStrategyDescribeImportResponse.Builder importStatus(String importStatus)
The status of the import process. When the status is Completed the resource is imported and
ready for use.
importStatus - The status of the import process. When the status is Completed the resource is imported
and ready for use.ImportStatus,
ImportStatusDescribeImportResponse.Builder importStatus(ImportStatus importStatus)
The status of the import process. When the status is Completed the resource is imported and
ready for use.
importStatus - The status of the import process. When the status is Completed the resource is imported
and ready for use.ImportStatus,
ImportStatusDescribeImportResponse.Builder failureReasons(Collection<String> failureReasons)
If the importStatus field is Failed, this provides one or more reasons for the
failure.
failureReasons - If the importStatus field is Failed, this provides one or more reasons for
the failure.DescribeImportResponse.Builder failureReasons(String... failureReasons)
If the importStatus field is Failed, this provides one or more reasons for the
failure.
failureReasons - If the importStatus field is Failed, this provides one or more reasons for
the failure.DescribeImportResponse.Builder creationDateTime(Instant creationDateTime)
The date and time that the import was created.
creationDateTime - The date and time that the import was created.DescribeImportResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the import was last updated.
lastUpdatedDateTime - The date and time that the import was last updated.Copyright © 2022. All rights reserved.