Struct aws_sdk_glue::input::delete_ml_transform_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteMlTransformInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn transform_id(self, input: impl Into<String>) -> Self
pub fn transform_id(self, input: impl Into<String>) -> Self
The unique identifier of the transform to delete.
sourcepub fn set_transform_id(self, input: Option<String>) -> Self
pub fn set_transform_id(self, input: Option<String>) -> Self
The unique identifier of the transform to delete.
sourcepub fn build(self) -> Result<DeleteMlTransformInput, BuildError>
pub fn build(self) -> Result<DeleteMlTransformInput, BuildError>
Consumes the builder and constructs a DeleteMlTransformInput.