Struct aws_sdk_glue::output::get_ml_transforms_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetMlTransformsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn transforms(self, input: MlTransform) -> Self
pub fn transforms(self, input: MlTransform) -> Self
Appends an item to transforms.
To override the contents of this collection use set_transforms.
A list of machine learning transforms.
sourcepub fn set_transforms(self, input: Option<Vec<MlTransform>>) -> Self
pub fn set_transforms(self, input: Option<Vec<MlTransform>>) -> Self
A list of machine learning transforms.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A pagination token, if more results are available.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A pagination token, if more results are available.
sourcepub fn build(self) -> GetMlTransformsOutput
pub fn build(self) -> GetMlTransformsOutput
Consumes the builder and constructs a GetMlTransformsOutput.