static GetExportResponse.Builder |
GetExportResponse.builder() |
|
GetExportResponse.Builder |
GetExportResponse.Builder.exportStatus(String exportStatus) |
The status of the export.
|
GetExportResponse.Builder |
GetExportResponse.Builder.exportStatus(ExportStatus exportStatus) |
The status of the export.
|
GetExportResponse.Builder |
GetExportResponse.Builder.exportType(String exportType) |
The format of the exported data.
|
GetExportResponse.Builder |
GetExportResponse.Builder.exportType(ExportType exportType) |
The format of the exported data.
|
GetExportResponse.Builder |
GetExportResponse.Builder.failureReason(String failureReason) |
If status is FAILED, Amazon Lex provides the reason that it failed to export the
resource.
|
GetExportResponse.Builder |
GetExportResponse.Builder.name(String name) |
The name of the bot being exported.
|
GetExportResponse.Builder |
GetExportResponse.Builder.resourceType(String resourceType) |
The type of the exported resource.
|
GetExportResponse.Builder |
GetExportResponse.Builder.resourceType(ResourceType resourceType) |
The type of the exported resource.
|
GetExportResponse.Builder |
GetExportResponse.toBuilder() |
|
GetExportResponse.Builder |
GetExportResponse.Builder.url(String url) |
An S3 pre-signed URL that provides the location of the exported resource.
|
GetExportResponse.Builder |
GetExportResponse.Builder.version(String version) |
The version of the bot being exported.
|