Struct aws_sdk_glue::input::get_ml_transform_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetMlTransformInput.
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, generated at the time that the transform was created.
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, generated at the time that the transform was created.
sourcepub fn build(self) -> Result<GetMlTransformInput, BuildError>
pub fn build(self) -> Result<GetMlTransformInput, BuildError>
Consumes the builder and constructs a GetMlTransformInput.