Struct aws_sdk_glue::model::drop_null_fields::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DropNullFields.
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 null_check_box_list(self, input: NullCheckBoxList) -> Self
pub fn null_check_box_list(self, input: NullCheckBoxList) -> Self
A structure that represents whether certain values are recognized as null values for removal.
sourcepub fn set_null_check_box_list(self, input: Option<NullCheckBoxList>) -> Self
pub fn set_null_check_box_list(self, input: Option<NullCheckBoxList>) -> Self
A structure that represents whether certain values are recognized as null values for removal.
sourcepub fn null_text_list(self, input: NullValueField) -> Self
pub fn null_text_list(self, input: NullValueField) -> Self
Appends an item to null_text_list.
To override the contents of this collection use set_null_text_list.
A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.
The DropNullFields transform removes custom null values only if both the value of the null placeholder and the datatype match the data.
sourcepub fn set_null_text_list(self, input: Option<Vec<NullValueField>>) -> Self
pub fn set_null_text_list(self, input: Option<Vec<NullValueField>>) -> Self
A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.
The DropNullFields transform removes custom null values only if both the value of the null placeholder and the datatype match the data.
sourcepub fn build(self) -> DropNullFields
pub fn build(self) -> DropNullFields
Consumes the builder and constructs a DropNullFields.