Struct aws_sdk_honeycode::model::destination_options::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for DestinationOptions
.
Implementations
sourceimpl 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
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more