public static interface UpdateExportRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<UpdateExportRequest.Builder,UpdateExportRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateExportRequest.Builder |
exportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
|
UpdateExportRequest.Builder |
filePassword(String filePassword)
The new password to use to encrypt the export zip archive.
|
UpdateExportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateExportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateExportRequest.Builder exportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
exportId - The unique identifier Amazon Lex assigned to the export.UpdateExportRequest.Builder filePassword(String filePassword)
The new password to use to encrypt the export zip archive.
filePassword - The new password to use to encrypt the export zip archive.UpdateExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.