Struct aws_sdk_glue::input::list_ml_transforms_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ListMlTransformsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if this is a continuation request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if this is a continuation request.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum size of a list to return.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum size of a list to return.
sourcepub fn filter(self, input: TransformFilterCriteria) -> Self
pub fn filter(self, input: TransformFilterCriteria) -> Self
A TransformFilterCriteria used to filter the machine learning transforms.
sourcepub fn set_filter(self, input: Option<TransformFilterCriteria>) -> Self
pub fn set_filter(self, input: Option<TransformFilterCriteria>) -> Self
A TransformFilterCriteria used to filter the machine learning transforms.
sourcepub fn sort(self, input: TransformSortCriteria) -> Self
pub fn sort(self, input: TransformSortCriteria) -> Self
A TransformSortCriteria used to sort the machine learning transforms.
sourcepub fn set_sort(self, input: Option<TransformSortCriteria>) -> Self
pub fn set_sort(self, input: Option<TransformSortCriteria>) -> Self
A TransformSortCriteria used to sort the machine learning transforms.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
Specifies to return only these tagged resources.
Specifies to return only these tagged resources.
sourcepub fn build(self) -> Result<ListMlTransformsInput, BuildError>
pub fn build(self) -> Result<ListMlTransformsInput, BuildError>
Consumes the builder and constructs a ListMlTransformsInput.