| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateExportResponse> |
LexModelsV2AsyncClient.createExport(Consumer<CreateExportRequest.Builder> createExportRequest)
Creates a zip archive containing the contents of a bot or a bot locale.
|
default CreateExportResponse |
LexModelsV2Client.createExport(Consumer<CreateExportRequest.Builder> createExportRequest)
Creates a zip archive containing the contents of a bot or a bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateExportRequest.Builder |
CreateExportRequest.builder() |
CreateExportRequest.Builder |
CreateExportRequest.Builder.fileFormat(ImportExportFileFormat fileFormat)
The file format of the bot or bot locale definition files.
|
CreateExportRequest.Builder |
CreateExportRequest.Builder.fileFormat(String fileFormat)
The file format of the bot or bot locale definition files.
|
CreateExportRequest.Builder |
CreateExportRequest.Builder.filePassword(String filePassword)
An password to use to encrypt the exported archive.
|
CreateExportRequest.Builder |
CreateExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateExportRequest.Builder |
CreateExportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateExportRequest.Builder |
CreateExportRequest.Builder.resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale.
|
CreateExportRequest.Builder |
CreateExportRequest.Builder.resourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale.
|
CreateExportRequest.Builder |
CreateExportRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateExportRequest.Builder> |
CreateExportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.