| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static StartImportResponse.Builder |
StartImportResponse.builder() |
StartImportResponse.Builder |
StartImportResponse.Builder.createdDate(Instant createdDate)
A timestamp for the date and time that the import job was requested.
|
StartImportResponse.Builder |
StartImportResponse.Builder.importId(String importId)
The identifier for the specific import job.
|
StartImportResponse.Builder |
StartImportResponse.Builder.importStatus(ImportStatus importStatus)
The status of the import job.
|
StartImportResponse.Builder |
StartImportResponse.Builder.importStatus(String importStatus)
The status of the import job.
|
StartImportResponse.Builder |
StartImportResponse.Builder.mergeStrategy(MergeStrategy mergeStrategy)
The action to take when there is a merge conflict.
|
StartImportResponse.Builder |
StartImportResponse.Builder.mergeStrategy(String mergeStrategy)
The action to take when there is a merge conflict.
|
StartImportResponse.Builder |
StartImportResponse.Builder.name(String name)
The name given to the import job.
|
StartImportResponse.Builder |
StartImportResponse.Builder.resourceType(ResourceType resourceType)
The type of resource to import.
|
StartImportResponse.Builder |
StartImportResponse.Builder.resourceType(String resourceType)
The type of resource to import.
|
StartImportResponse.Builder |
StartImportResponse.Builder.tags(Collection<Tag> tags)
A list of tags added to the imported bot.
|
StartImportResponse.Builder |
StartImportResponse.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags added to the imported bot.
|
StartImportResponse.Builder |
StartImportResponse.Builder.tags(Tag... tags)
A list of tags added to the imported bot.
|
StartImportResponse.Builder |
StartImportResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartImportResponse.Builder> |
StartImportResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.