Struct aws_sdk_glue::model::transform_encryption::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TransformEncryption.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ml_user_data_encryption(self, input: MlUserDataEncryption) -> Self
pub fn ml_user_data_encryption(self, input: MlUserDataEncryption) -> Self
An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.
sourcepub fn set_ml_user_data_encryption(
self,
input: Option<MlUserDataEncryption>
) -> Self
pub fn set_ml_user_data_encryption(
self,
input: Option<MlUserDataEncryption>
) -> Self
An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.
sourcepub fn task_run_security_configuration_name(
self,
input: impl Into<String>
) -> Self
pub fn task_run_security_configuration_name(
self,
input: impl Into<String>
) -> Self
The name of the security configuration.
sourcepub fn set_task_run_security_configuration_name(
self,
input: Option<String>
) -> Self
pub fn set_task_run_security_configuration_name(
self,
input: Option<String>
) -> Self
The name of the security configuration.
sourcepub fn build(self) -> TransformEncryption
pub fn build(self) -> TransformEncryption
Consumes the builder and constructs a TransformEncryption.