pub struct Builder { /* private fields */ }Expand description
A builder for SourceDataColumnProperties.
Implementations§
source§impl Builder
impl Builder
sourcepub fn column_index(self, input: i32) -> Self
pub fn column_index(self, input: i32) -> Self
The index of the column in the input file.
sourcepub fn set_column_index(self, input: Option<i32>) -> Self
pub fn set_column_index(self, input: Option<i32>) -> Self
The index of the column in the input file.
sourcepub fn build(self) -> SourceDataColumnProperties
pub fn build(self) -> SourceDataColumnProperties
Consumes the builder and constructs a SourceDataColumnProperties.