Struct aws_sdk_glue::model::fill_missing_values::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for FillMissingValues.
Implementations§
source§impl Builder
impl Builder
sourcepub fn inputs(self, input: impl Into<String>) -> Self
pub fn inputs(self, input: impl Into<String>) -> Self
Appends an item to inputs.
To override the contents of this collection use set_inputs.
The data inputs identified by their node names.
sourcepub fn set_inputs(self, input: Option<Vec<String>>) -> Self
pub fn set_inputs(self, input: Option<Vec<String>>) -> Self
The data inputs identified by their node names.
sourcepub fn imputed_path(self, input: impl Into<String>) -> Self
pub fn imputed_path(self, input: impl Into<String>) -> Self
A JSON path to a variable in the data structure for the dataset that is imputed.
sourcepub fn set_imputed_path(self, input: Option<String>) -> Self
pub fn set_imputed_path(self, input: Option<String>) -> Self
A JSON path to a variable in the data structure for the dataset that is imputed.
sourcepub fn filled_path(self, input: impl Into<String>) -> Self
pub fn filled_path(self, input: impl Into<String>) -> Self
A JSON path to a variable in the data structure for the dataset that is filled.
sourcepub fn set_filled_path(self, input: Option<String>) -> Self
pub fn set_filled_path(self, input: Option<String>) -> Self
A JSON path to a variable in the data structure for the dataset that is filled.
sourcepub fn build(self) -> FillMissingValues
pub fn build(self) -> FillMissingValues
Consumes the builder and constructs a FillMissingValues.