Struct aws_sdk_glue::input::get_mapping_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetMappingInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source(self, input: CatalogEntry) -> Self
pub fn source(self, input: CatalogEntry) -> Self
Specifies the source table.
sourcepub fn set_source(self, input: Option<CatalogEntry>) -> Self
pub fn set_source(self, input: Option<CatalogEntry>) -> Self
Specifies the source table.
sourcepub fn sinks(self, input: CatalogEntry) -> Self
pub fn sinks(self, input: CatalogEntry) -> Self
Appends an item to sinks.
To override the contents of this collection use set_sinks.
A list of target tables.
sourcepub fn set_sinks(self, input: Option<Vec<CatalogEntry>>) -> Self
pub fn set_sinks(self, input: Option<Vec<CatalogEntry>>) -> Self
A list of target tables.
sourcepub fn set_location(self, input: Option<Location>) -> Self
pub fn set_location(self, input: Option<Location>) -> Self
Parameters for the mapping.
sourcepub fn build(self) -> Result<GetMappingInput, BuildError>
pub fn build(self) -> Result<GetMappingInput, BuildError>
Consumes the builder and constructs a GetMappingInput.