public static interface DescribeExportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeExportResponse.Builder,DescribeExportResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeExportResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the export was created.
|
DescribeExportResponse.Builder |
downloadUrl(String downloadUrl)
A pre-signed S3 URL that points to the bot or bot locale archive.
|
DescribeExportResponse.Builder |
exportId(String exportId)
The unique identifier of the described export.
|
DescribeExportResponse.Builder |
exportStatus(ExportStatus exportStatus)
The status of the export.
|
DescribeExportResponse.Builder |
exportStatus(String exportStatus)
The status of the export.
|
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 |
failureReasons(String... failureReasons)
If the
exportStatus is failed, contains one or more reasons why the export could not be
completed. |
DescribeExportResponse.Builder |
fileFormat(ImportExportFileFormat fileFormat)
The file format used in the files that describe the resource.
|
DescribeExportResponse.Builder |
fileFormat(String fileFormat)
The file format used in the files that describe the resource.
|
DescribeExportResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last date and time that the export was updated.
|
default DescribeExportResponse.Builder |
resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
|
DescribeExportResponse.Builder |
resourceSpecification(ExportResourceSpecification resourceSpecification)
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExportResponse.Builder exportId(String exportId)
The unique identifier of the described export.
exportId - The unique identifier of the described export.DescribeExportResponse.Builder resourceSpecification(ExportResourceSpecification resourceSpecification)
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
resourceSpecification - The bot, bot ID, and optional locale ID of the exported bot or bot locale.default DescribeExportResponse.Builder resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
The bot, bot ID, and optional locale ID of the exported bot or bot locale.
This is a convenience method that creates an instance of theExportResourceSpecification.Builder
avoiding the need to create one manually via ExportResourceSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resourceSpecification(ExportResourceSpecification).
resourceSpecification - a consumer that will call methods on ExportResourceSpecification.BuilderresourceSpecification(ExportResourceSpecification)DescribeExportResponse.Builder fileFormat(String fileFormat)
The file format used in the files that describe the resource.
fileFormat - The file format used in the files that describe the resource.ImportExportFileFormat,
ImportExportFileFormatDescribeExportResponse.Builder fileFormat(ImportExportFileFormat fileFormat)
The file format used in the files that describe the resource.
fileFormat - The file format used in the files that describe the resource.ImportExportFileFormat,
ImportExportFileFormatDescribeExportResponse.Builder exportStatus(String exportStatus)
The status of the export. When the status is Complete the export archive file is available for
download.
exportStatus - The status of the export. When the status is Complete the export archive file is
available for download.ExportStatus,
ExportStatusDescribeExportResponse.Builder exportStatus(ExportStatus exportStatus)
The status of the export. When the status is Complete the export archive file is available for
download.
exportStatus - The status of the export. When the status is Complete the export archive file is
available for download.ExportStatus,
ExportStatusDescribeExportResponse.Builder failureReasons(Collection<String> failureReasons)
If the exportStatus is failed, contains one or more reasons why the export could not be
completed.
failureReasons - If the exportStatus is failed, contains one or more reasons why the export could not be
completed.DescribeExportResponse.Builder failureReasons(String... failureReasons)
If the exportStatus is failed, contains one or more reasons why the export could not be
completed.
failureReasons - If the exportStatus is failed, contains one or more reasons why the export could not be
completed.DescribeExportResponse.Builder downloadUrl(String downloadUrl)
A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes
after calling the DescribeExport operation.
downloadUrl - A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5
minutes after calling the DescribeExport operation.DescribeExportResponse.Builder creationDateTime(Instant creationDateTime)
The date and time that the export was created.
creationDateTime - The date and time that the export was created.DescribeExportResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last date and time that the export was updated.
lastUpdatedDateTime - The last date and time that the export was updated.Copyright © 2023. All rights reserved.