static UpdateExportResponse.Builder |
UpdateExportResponse.builder() |
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.creationDateTime(Instant creationDateTime) |
The date and time that the export was created.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.exportId(String exportId) |
The unique identifier Amazon Lex assigned to the export.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.exportStatus(String exportStatus) |
The status of the export.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.exportStatus(ExportStatus exportStatus) |
The status of the export.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.fileFormat(String fileFormat) |
The file format used for the files that define the resource.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.fileFormat(ImportExportFileFormat fileFormat) |
The file format used for the files that define the resource.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time that the export was last updated.
|
default UpdateExportResponse.Builder |
UpdateExportResponse.Builder.resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification) |
A description of the type of resource that was exported, either a bot or a bot locale.
|
UpdateExportResponse.Builder |
UpdateExportResponse.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification) |
A description of the type of resource that was exported, either a bot or a bot locale.
|
UpdateExportResponse.Builder |
UpdateExportResponse.toBuilder() |
|