Struct aws_sdk_glue::input::get_ml_transforms_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetMlTransformsInput.
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 paginated token to offset the results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A paginated token to offset the results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return.
sourcepub fn filter(self, input: TransformFilterCriteria) -> Self
pub fn filter(self, input: TransformFilterCriteria) -> Self
The filter transformation criteria.
sourcepub fn set_filter(self, input: Option<TransformFilterCriteria>) -> Self
pub fn set_filter(self, input: Option<TransformFilterCriteria>) -> Self
The filter transformation criteria.
sourcepub fn sort(self, input: TransformSortCriteria) -> Self
pub fn sort(self, input: TransformSortCriteria) -> Self
The sorting criteria.
sourcepub fn set_sort(self, input: Option<TransformSortCriteria>) -> Self
pub fn set_sort(self, input: Option<TransformSortCriteria>) -> Self
The sorting criteria.
sourcepub fn build(self) -> Result<GetMlTransformsInput, BuildError>
pub fn build(self) -> Result<GetMlTransformsInput, BuildError>
Consumes the builder and constructs a GetMlTransformsInput.