static DescribeExportResponse.Builder |
DescribeExportResponse.builder() |
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.creationDateTime(Instant creationDateTime) |
The date and time that the export was created.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.downloadUrl(String downloadUrl) |
A pre-signed S3 URL that points to the bot or bot locale archive.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.exportId(String exportId) |
The unique identifier of the described export.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.exportStatus(String exportStatus) |
The status of the export.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.exportStatus(ExportStatus exportStatus) |
The status of the export.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.failureReasons(String... failureReasons) |
If the exportStatus is failed, contains one or more reasons why the export could not be
completed.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.failureReasons(Collection<String> failureReasons) |
If the exportStatus is failed, contains one or more reasons why the export could not be
completed.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.fileFormat(String fileFormat) |
The file format used in the files that describe the resource.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.fileFormat(ImportExportFileFormat fileFormat) |
The file format used in the files that describe the resource.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The last date and time that the export was updated.
|
default DescribeExportResponse.Builder |
DescribeExportResponse.Builder.resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification) |
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
|
DescribeExportResponse.Builder |
DescribeExportResponse.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification) |
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
|
DescribeExportResponse.Builder |
DescribeExportResponse.toBuilder() |
|