| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static StartImportResponse.Builder |
StartImportResponse.builder() |
StartImportResponse.Builder |
StartImportResponse.Builder.creationDateTime(Instant creationDateTime)
The date and time that the import request was created.
|
StartImportResponse.Builder |
StartImportResponse.Builder.importId(String importId)
A unique identifier for the import.
|
StartImportResponse.Builder |
StartImportResponse.Builder.importStatus(ImportStatus importStatus)
The current status of the import.
|
StartImportResponse.Builder |
StartImportResponse.Builder.importStatus(String importStatus)
The current status of the import.
|
StartImportResponse.Builder |
StartImportResponse.Builder.mergeStrategy(MergeStrategy mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
StartImportResponse.Builder |
StartImportResponse.Builder.mergeStrategy(String mergeStrategy)
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
default StartImportResponse.Builder |
StartImportResponse.Builder.resourceSpecification(Consumer<ImportResourceSpecification.Builder> resourceSpecification)
The parameters used when importing the resource.
|
StartImportResponse.Builder |
StartImportResponse.Builder.resourceSpecification(ImportResourceSpecification resourceSpecification)
The parameters used when importing the resource.
|
StartImportResponse.Builder |
StartImportResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartImportResponse.Builder> |
StartImportResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.