pub struct Builder { /* private fields */ }
Expand description
A builder for NullValueFormatConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn null_string(self, input: impl Into<String>) -> Self
pub fn null_string(self, input: impl Into<String>) -> Self
Determines the null string of null values.
sourcepub fn set_null_string(self, input: Option<String>) -> Self
pub fn set_null_string(self, input: Option<String>) -> Self
Determines the null string of null values.
sourcepub fn build(self) -> NullValueFormatConfiguration
pub fn build(self) -> NullValueFormatConfiguration
Consumes the builder and constructs a NullValueFormatConfiguration
.