Struct aws_sdk_honeycode::model::destination_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DestinationOptions
Implementations
pub fn column_map(
self,
k: impl Into<String>,
v: impl Into<SourceDataColumnProperties>
) -> Self
pub fn column_map(
self,
k: impl Into<String>,
v: impl Into<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.
pub 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.
Consumes the builder and constructs a DestinationOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more