Uses of Interface
software.amazon.awssdk.services.glue.model.TransformEncryption.Builder
-
Packages that use TransformEncryption.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TransformEncryption.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TransformEncryption.Builder Modifier and Type Method Description static TransformEncryption.BuilderTransformEncryption. builder()default TransformEncryption.BuilderTransformEncryption.Builder. mlUserDataEncryption(Consumer<MLUserDataEncryption.Builder> mlUserDataEncryption)AnMLUserDataEncryptionobject containing the encryption mode and customer-provided KMS key ID.TransformEncryption.BuilderTransformEncryption.Builder. mlUserDataEncryption(MLUserDataEncryption mlUserDataEncryption)AnMLUserDataEncryptionobject containing the encryption mode and customer-provided KMS key ID.TransformEncryption.BuilderTransformEncryption.Builder. taskRunSecurityConfigurationName(String taskRunSecurityConfigurationName)The name of the security configuration.TransformEncryption.BuilderTransformEncryption. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TransformEncryption.Builder Modifier and Type Method Description static Class<? extends TransformEncryption.Builder>TransformEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TransformEncryption.Builder Modifier and Type Method Description default CreateMlTransformRequest.BuilderCreateMlTransformRequest.Builder. transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)The encryption-at-rest settings of the transform that apply to accessing user data.default GetMlTransformResponse.BuilderGetMlTransformResponse.Builder. transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)The encryption-at-rest settings of the transform that apply to accessing user data.default MLTransform.BuilderMLTransform.Builder. transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)The encryption-at-rest settings of the transform that apply to accessing user data.
-