Interface UpdateExportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateExportRequest.Builder,UpdateExportRequest>,LexModelsV2Request.Builder,SdkBuilder<UpdateExportRequest.Builder,UpdateExportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateExportRequest
public static interface UpdateExportRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<UpdateExportRequest.Builder,UpdateExportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateExportRequest.BuilderexportId(String exportId)The unique identifier Amazon Lex assigned to the export.UpdateExportRequest.BuilderfilePassword(String filePassword)The new password to use to encrypt the export zip archive.UpdateExportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateExportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
exportId
UpdateExportRequest.Builder exportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
- Parameters:
exportId- The unique identifier Amazon Lex assigned to the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filePassword
UpdateExportRequest.Builder filePassword(String filePassword)
The new password to use to encrypt the export zip archive.
- Parameters:
filePassword- The new password to use to encrypt the export zip archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-