Struct aws_sdk_glue::model::transform_encryption::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for TransformEncryption.
Implementations
sourceimpl 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.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more