Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.BuilderEncryptionConfiguration. builder()EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. kmsEncryptionContext(Map<String,String> kmsEncryptionContext)Sets the value of the KmsEncryptionContext property for this object.EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. kmsKeyId(String kmsKeyId)Sets the value of the KmsKeyId property for this object.EncryptionConfiguration.BuilderEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends EncryptionConfiguration.Builder>EncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description default CreateBlueprintRequest.BuilderCreateBlueprintRequest.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.default CreateDataAutomationProjectRequest.BuilderCreateDataAutomationProjectRequest.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.
-