| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateExportResponse.Builder |
CreateExportResponse.builder() |
CreateExportResponse.Builder |
CreateExportResponse.Builder.creationDateTime(Instant creationDateTime)
The date and time that the request to export a bot was created.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.exportId(String exportId)
An identifier for a specific request to create an export.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.exportStatus(ExportStatus exportStatus)
The status of the export.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.exportStatus(String exportStatus)
The status of the export.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.fileFormat(ImportExportFileFormat fileFormat)
The file format used for the bot or bot locale definition files.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.fileFormat(String fileFormat)
The file format used for the bot or bot locale definition files.
|
default CreateExportResponse.Builder |
CreateExportResponse.Builder.resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
CreateExportResponse.Builder |
CreateExportResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateExportResponse.Builder> |
CreateExportResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.