Struct aws_sdk_glue::model::drop_duplicates::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DropDuplicates.
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 columns(self, input: Vec<String>) -> Self
pub fn columns(self, input: Vec<String>) -> Self
Appends an item to columns.
To override the contents of this collection use set_columns.
The name of the columns to be merged or removed if repeating.
sourcepub fn set_columns(self, input: Option<Vec<Vec<String>>>) -> Self
pub fn set_columns(self, input: Option<Vec<Vec<String>>>) -> Self
The name of the columns to be merged or removed if repeating.
sourcepub fn build(self) -> DropDuplicates
pub fn build(self) -> DropDuplicates
Consumes the builder and constructs a DropDuplicates.