Struct aws_sdk_glue::model::null_check_box_list::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for NullCheckBoxList.
Implementations§
source§impl Builder
impl Builder
sourcepub fn is_empty(self, input: bool) -> Self
pub fn is_empty(self, input: bool) -> Self
Specifies that an empty string is considered as a null value.
sourcepub fn set_is_empty(self, input: Option<bool>) -> Self
pub fn set_is_empty(self, input: Option<bool>) -> Self
Specifies that an empty string is considered as a null value.
sourcepub fn is_null_string(self, input: bool) -> Self
pub fn is_null_string(self, input: bool) -> Self
Specifies that a value spelling out the word 'null' is considered as a null value.
sourcepub fn set_is_null_string(self, input: Option<bool>) -> Self
pub fn set_is_null_string(self, input: Option<bool>) -> Self
Specifies that a value spelling out the word 'null' is considered as a null value.
sourcepub fn is_neg_one(self, input: bool) -> Self
pub fn is_neg_one(self, input: bool) -> Self
Specifies that an integer value of -1 is considered as a null value.
sourcepub fn set_is_neg_one(self, input: Option<bool>) -> Self
pub fn set_is_neg_one(self, input: Option<bool>) -> Self
Specifies that an integer value of -1 is considered as a null value.
sourcepub fn build(self) -> NullCheckBoxList
pub fn build(self) -> NullCheckBoxList
Consumes the builder and constructs a NullCheckBoxList.