public static interface UpdateExportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<UpdateExportResponse.Builder,UpdateExportResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateExportResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the export was created.
|
UpdateExportResponse.Builder |
exportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
|
UpdateExportResponse.Builder |
exportStatus(ExportStatus exportStatus)
The status of the export.
|
UpdateExportResponse.Builder |
exportStatus(String exportStatus)
The status of the export.
|
UpdateExportResponse.Builder |
fileFormat(ImportExportFileFormat fileFormat)
The file format used for the files that define the resource.
|
UpdateExportResponse.Builder |
fileFormat(String fileFormat)
The file format used for the files that define the resource.
|
UpdateExportResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the export was last updated.
|
default UpdateExportResponse.Builder |
resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
A description of the type of resource that was exported, either a bot or a bot locale.
|
UpdateExportResponse.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, buildUpdateExportResponse.Builder exportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
exportId - The unique identifier Amazon Lex assigned to the export.UpdateExportResponse.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 UpdateExportResponse.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)UpdateExportResponse.Builder fileFormat(String fileFormat)
The file format used for the files that define the resource. The TSV format is required to
export a custom vocabulary only; otherwise use LexJson format.
fileFormat - The file format used for the files that define the resource. The TSV format is required
to export a custom vocabulary only; otherwise use LexJson format.ImportExportFileFormat,
ImportExportFileFormatUpdateExportResponse.Builder fileFormat(ImportExportFileFormat fileFormat)
The file format used for the files that define the resource. The TSV format is required to
export a custom vocabulary only; otherwise use LexJson format.
fileFormat - The file format used for the files that define the resource. The TSV format is required
to export a custom vocabulary only; otherwise use LexJson format.ImportExportFileFormat,
ImportExportFileFormatUpdateExportResponse.Builder exportStatus(String exportStatus)
The status of the export. When the status is Completed the export archive is available for
download.
exportStatus - The status of the export. When the status is Completed the export archive is available
for download.ExportStatus,
ExportStatusUpdateExportResponse.Builder exportStatus(ExportStatus exportStatus)
The status of the export. When the status is Completed the export archive is available for
download.
exportStatus - The status of the export. When the status is Completed the export archive is available
for download.ExportStatus,
ExportStatusUpdateExportResponse.Builder creationDateTime(Instant creationDateTime)
The date and time that the export was created.
creationDateTime - The date and time that the export was created.UpdateExportResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the export was last updated.
lastUpdatedDateTime - The date and time that the export was last updated.Copyright © 2022. All rights reserved.