Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.CreateExportRequest.Builder
-
Packages that use CreateExportRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CreateExportRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type CreateExportRequest.Builder Modifier and Type Method 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 CreateExportResponseLexModelsV2Client. createExport(Consumer<CreateExportRequest.Builder> createExportRequest)Creates a zip archive containing the contents of a bot or a bot locale. -
Uses of CreateExportRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return CreateExportRequest.Builder Modifier and Type Method Description static CreateExportRequest.BuilderCreateExportRequest. builder()CreateExportRequest.BuilderCreateExportRequest.Builder. fileFormat(String fileFormat)The file format of the bot or bot locale definition files.CreateExportRequest.BuilderCreateExportRequest.Builder. fileFormat(ImportExportFileFormat fileFormat)The file format of the bot or bot locale definition files.CreateExportRequest.BuilderCreateExportRequest.Builder. filePassword(String filePassword)An password to use to encrypt the exported archive.CreateExportRequest.BuilderCreateExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateExportRequest.BuilderCreateExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateExportRequest.BuilderCreateExportRequest.Builder. resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)Specifies the type of resource to export, either a bot or a bot locale.CreateExportRequest.BuilderCreateExportRequest.Builder. resourceSpecification(ExportResourceSpecification resourceSpecification)Specifies the type of resource to export, either a bot or a bot locale.CreateExportRequest.BuilderCreateExportRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type CreateExportRequest.Builder Modifier and Type Method Description static Class<? extends CreateExportRequest.Builder>CreateExportRequest. serializableBuilderClass()
-