Struct aws_sdk_glue::model::split_fields::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for SplitFields.
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 paths(self, input: Vec<String>) -> Self
pub fn paths(self, input: Vec<String>) -> Self
Appends an item to paths.
To override the contents of this collection use set_paths.
A JSON path to a variable in the data structure.
sourcepub fn set_paths(self, input: Option<Vec<Vec<String>>>) -> Self
pub fn set_paths(self, input: Option<Vec<Vec<String>>>) -> Self
A JSON path to a variable in the data structure.
sourcepub fn build(self) -> SplitFields
pub fn build(self) -> SplitFields
Consumes the builder and constructs a SplitFields.