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(String exportStatus) |
The status of the export.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.exportStatus(ExportStatus exportStatus) |
The status of the export.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.fileFormat(String fileFormat) |
The file format used for the bot or bot locale definition files.
|
CreateExportResponse.Builder |
CreateExportResponse.Builder.fileFormat(ImportExportFileFormat 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() |
|