public static interface GetExportResponse.Builder extends LexModelBuildingResponse.Builder, CopyableBuilder<GetExportResponse.Builder,GetExportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExportResponse.Builder |
exportStatus(ExportStatus exportStatus)
The status of the export.
|
GetExportResponse.Builder |
exportStatus(String exportStatus)
The status of the export.
|
GetExportResponse.Builder |
exportType(ExportType exportType)
The format of the exported data.
|
GetExportResponse.Builder |
exportType(String exportType)
The format of the exported data.
|
GetExportResponse.Builder |
failureReason(String failureReason)
If
status is FAILED, Amazon Lex provides the reason that it failed to export the
resource. |
GetExportResponse.Builder |
name(String name)
The name of the bot being exported.
|
GetExportResponse.Builder |
resourceType(ResourceType resourceType)
The type of the exported resource.
|
GetExportResponse.Builder |
resourceType(String resourceType)
The type of the exported resource.
|
GetExportResponse.Builder |
url(String url)
An S3 pre-signed URL that provides the location of the exported resource.
|
GetExportResponse.Builder |
version(String version)
The version of the bot being exported.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetExportResponse.Builder name(String name)
The name of the bot being exported.
name - The name of the bot being exported.GetExportResponse.Builder version(String version)
The version of the bot being exported.
version - The version of the bot being exported.GetExportResponse.Builder resourceType(String resourceType)
The type of the exported resource.
resourceType - The type of the exported resource.ResourceType,
ResourceTypeGetExportResponse.Builder resourceType(ResourceType resourceType)
The type of the exported resource.
resourceType - The type of the exported resource.ResourceType,
ResourceTypeGetExportResponse.Builder exportType(String exportType)
The format of the exported data.
exportType - The format of the exported data.ExportType,
ExportTypeGetExportResponse.Builder exportType(ExportType exportType)
The format of the exported data.
exportType - The format of the exported data.ExportType,
ExportTypeGetExportResponse.Builder exportStatus(String exportStatus)
The status of the export.
IN_PROGRESS - The export is in progress.
READY - The export is complete.
FAILED - The export could not be completed.
exportStatus - The status of the export.
IN_PROGRESS - The export is in progress.
READY - The export is complete.
FAILED - The export could not be completed.
ExportStatus,
ExportStatusGetExportResponse.Builder exportStatus(ExportStatus exportStatus)
The status of the export.
IN_PROGRESS - The export is in progress.
READY - The export is complete.
FAILED - The export could not be completed.
exportStatus - The status of the export.
IN_PROGRESS - The export is in progress.
READY - The export is complete.
FAILED - The export could not be completed.
ExportStatus,
ExportStatusGetExportResponse.Builder failureReason(String failureReason)
If status is FAILED, Amazon Lex provides the reason that it failed to export the
resource.
failureReason - If status is FAILED, Amazon Lex provides the reason that it failed to export
the resource.GetExportResponse.Builder url(String url)
An S3 pre-signed URL that provides the location of the exported resource. The exported resource is a ZIP archive that contains the exported resource in JSON format. The structure of the archive may change. Your code should not rely on the archive structure.
url - An S3 pre-signed URL that provides the location of the exported resource. The exported resource is a
ZIP archive that contains the exported resource in JSON format. The structure of the archive may
change. Your code should not rely on the archive structure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.