public static interface CreateExportRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<CreateExportRequest.Builder,CreateExportRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExportRequest.Builder resourceSpecification(ExportResourceSpecification resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
resourceSpecification - Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type
of resource to export.default CreateExportRequest.Builder resourceSpecification(Consumer<ExportResourceSpecification.Builder> resourceSpecification)
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
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)CreateExportRequest.Builder fileFormat(String fileFormat)
The file format of the bot or bot locale definition files.
fileFormat - The file format of the bot or bot locale definition files.ImportExportFileFormat,
ImportExportFileFormatCreateExportRequest.Builder fileFormat(ImportExportFileFormat fileFormat)
The file format of the bot or bot locale definition files.
fileFormat - The file format of the bot or bot locale definition files.ImportExportFileFormat,
ImportExportFileFormatCreateExportRequest.Builder filePassword(String filePassword)
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
filePassword - An password to use to encrypt the exported archive. Using a password is optional, but you should
encrypt the archive to protect the data in transit between Amazon Lex and your local computer.CreateExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.