public static interface ExportSummary.Builder extends SdkPojo, CopyableBuilder<ExportSummary.Builder,ExportSummary>
| Modifier and Type | Method and Description |
|---|---|
ExportSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the export was created.
|
ExportSummary.Builder |
exportId(String exportId)
The unique identifier that Amazon Lex assigned to the export.
|
ExportSummary.Builder |
exportStatus(ExportStatus exportStatus)
The status of the export.
|
ExportSummary.Builder |
exportStatus(String exportStatus)
The status of the export.
|
ExportSummary.Builder |
fileFormat(ImportExportFileFormat fileFormat)
The file format used in the export files.
|
ExportSummary.Builder |
fileFormat(String fileFormat)
The file format used in the export files.
|
ExportSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the export was last updated.
|
default ExportSummary.Builder |
resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
Information about the bot or bot locale that was exported.
|
ExportSummary.Builder |
resourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportSummary.Builder exportId(String exportId)
The unique identifier that Amazon Lex assigned to the export.
exportId - The unique identifier that Amazon Lex assigned to the export.ExportSummary.Builder resourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
resourceSpecification - Information about the bot or bot locale that was exported.default ExportSummary.Builder resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
Information about the bot or bot locale that was exported.
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)ExportSummary.Builder fileFormat(String fileFormat)
The file format used in the export files.
fileFormat - The file format used in the export files.ImportExportFileFormat,
ImportExportFileFormatExportSummary.Builder fileFormat(ImportExportFileFormat fileFormat)
The file format used in the export files.
fileFormat - The file format used in the export files.ImportExportFileFormat,
ImportExportFileFormatExportSummary.Builder exportStatus(String exportStatus)
The status of the export. When the status is Completed the export is ready to download.
exportStatus - The status of the export. When the status is Completed the export is ready to download.ExportStatus,
ExportStatusExportSummary.Builder exportStatus(ExportStatus exportStatus)
The status of the export. When the status is Completed the export is ready to download.
exportStatus - The status of the export. When the status is Completed the export is ready to download.ExportStatus,
ExportStatusExportSummary.Builder creationDateTime(Instant creationDateTime)
The date and time that the export was created.
creationDateTime - The date and time that the export was created.ExportSummary.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 © 2023. All rights reserved.