Struct aws_sdk_glue::model::apply_mapping::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ApplyMapping.
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 mapping(self, input: Mapping) -> Self
pub fn mapping(self, input: Mapping) -> Self
Appends an item to mapping.
To override the contents of this collection use set_mapping.
Specifies the mapping of data property keys in the data source to data property keys in the data target.
sourcepub fn set_mapping(self, input: Option<Vec<Mapping>>) -> Self
pub fn set_mapping(self, input: Option<Vec<Mapping>>) -> Self
Specifies the mapping of data property keys in the data source to data property keys in the data target.
sourcepub fn build(self) -> ApplyMapping
pub fn build(self) -> ApplyMapping
Consumes the builder and constructs a ApplyMapping.