static DescribeImportResponse.Builder |
DescribeImportResponse.builder() |
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.creationDateTime(Instant creationDateTime) |
The date and time that the import was created.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.failureReasons(String... failureReasons) |
If the importStatus field is Failed, this provides one or more reasons for the
failure.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.failureReasons(Collection<String> failureReasons) |
If the importStatus field is Failed, this provides one or more reasons for the
failure.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.importedResourceId(String importedResourceId) |
The unique identifier that Amazon Lex assigned to the resource created by the import.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.importedResourceName(String importedResourceName) |
The name of the imported resource.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.importId(String importId) |
The unique identifier of the described import.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.importStatus(String importStatus) |
The status of the import process.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.importStatus(ImportStatus importStatus) |
The status of the import process.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time that the import was last updated.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.mergeStrategy(String mergeStrategy) |
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.mergeStrategy(MergeStrategy mergeStrategy) |
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
default DescribeImportResponse.Builder |
DescribeImportResponse.Builder.resourceSpecification(Consumer<ImportResourceSpecification.Builder> resourceSpecification) |
The specifications of the imported bot, bot locale, or custom vocabulary.
|
DescribeImportResponse.Builder |
DescribeImportResponse.Builder.resourceSpecification(ImportResourceSpecification resourceSpecification) |
The specifications of the imported bot, bot locale, or custom vocabulary.
|
DescribeImportResponse.Builder |
DescribeImportResponse.toBuilder() |
|