public static interface CreateExportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateExportResponse.Builder,CreateExportResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateExportResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the request to export a bot was created.
|
CreateExportResponse.Builder |
exportId(String exportId)
An identifier for a specific request to create an export.
|
CreateExportResponse.Builder |
exportStatus(ExportStatus exportStatus)
The status of the export.
|
CreateExportResponse.Builder |
exportStatus(String exportStatus)
The status of the export.
|
CreateExportResponse.Builder |
fileFormat(ImportExportFileFormat fileFormat)
The file format used for the bot or bot locale definition files.
|
CreateExportResponse.Builder |
fileFormat(String fileFormat)
The file format used for the bot or bot locale definition files.
|
default CreateExportResponse.Builder |
resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
CreateExportResponse.Builder |
resourceSpecification(ExportResourceSpecification resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExportResponse.Builder exportId(String exportId)
An identifier for a specific request to create an export.
exportId - An identifier for a specific request to create an export.CreateExportResponse.Builder resourceSpecification(ExportResourceSpecification resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
resourceSpecification - A description of the type of resource that was exported, either a bot or a bot locale.default CreateExportResponse.Builder resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
A description of the type of resource that was exported, either a bot or a 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)CreateExportResponse.Builder fileFormat(String fileFormat)
The file format used for the bot or bot locale definition files.
fileFormat - The file format used for the bot or bot locale definition files.ImportExportFileFormat,
ImportExportFileFormatCreateExportResponse.Builder fileFormat(ImportExportFileFormat fileFormat)
The file format used for the bot or bot locale definition files.
fileFormat - The file format used for the bot or bot locale definition files.ImportExportFileFormat,
ImportExportFileFormatCreateExportResponse.Builder exportStatus(String exportStatus)
The status of the export. When the status is Completed, you can use the DescribeExport operation to
get the pre-signed S3 URL link to your exported bot or bot locale.
exportStatus - The status of the export. When the status is Completed, you can use the DescribeExport
operation to get the pre-signed S3 URL link to your exported bot or bot locale.ExportStatus,
ExportStatusCreateExportResponse.Builder exportStatus(ExportStatus exportStatus)
The status of the export. When the status is Completed, you can use the DescribeExport operation to
get the pre-signed S3 URL link to your exported bot or bot locale.
exportStatus - The status of the export. When the status is Completed, you can use the DescribeExport
operation to get the pre-signed S3 URL link to your exported bot or bot locale.ExportStatus,
ExportStatusCreateExportResponse.Builder creationDateTime(Instant creationDateTime)
The date and time that the request to export a bot was created.
creationDateTime - The date and time that the request to export a bot was created.Copyright © 2023. All rights reserved.