Struct aws_sdk_honeycode::model::destination_options::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DestinationOptions.
Implementations§
source§impl Builder
impl Builder
sourcepub fn column_map(
self,
k: impl Into<String>,
v: SourceDataColumnProperties
) -> Self
pub fn column_map(
self,
k: impl Into<String>,
v: SourceDataColumnProperties
) -> Self
Adds a key-value pair to column_map.
To override the contents of this collection use set_column_map.
A map of the column id to the import properties for each column.
sourcepub fn set_column_map(
self,
input: Option<HashMap<String, SourceDataColumnProperties>>
) -> Self
pub fn set_column_map(
self,
input: Option<HashMap<String, SourceDataColumnProperties>>
) -> Self
A map of the column id to the import properties for each column.
sourcepub fn build(self) -> DestinationOptions
pub fn build(self) -> DestinationOptions
Consumes the builder and constructs a DestinationOptions.