Struct aws_sdk_glue::types::builders::ColumnBuilder
source · #[non_exhaustive]pub struct ColumnBuilder { /* private fields */ }Expand description
A builder for Column.
Implementations§
source§impl ColumnBuilder
impl ColumnBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Column.
sourcepub fn set_comment(self, input: Option<String>) -> Self
pub fn set_comment(self, input: Option<String>) -> Self
A free-form text comment.
sourcepub fn get_comment(&self) -> &Option<String>
pub fn get_comment(&self) -> &Option<String>
A free-form text comment.
sourcepub fn parameters(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn parameters(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to parameters.
To override the contents of this collection use set_parameters.
These key-value pairs define properties associated with the column.
sourcepub fn set_parameters(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_parameters(self, input: Option<HashMap<String, String>>) -> Self
These key-value pairs define properties associated with the column.
Trait Implementations§
source§impl Clone for ColumnBuilder
impl Clone for ColumnBuilder
source§fn clone(&self) -> ColumnBuilder
fn clone(&self) -> ColumnBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ColumnBuilder
impl Debug for ColumnBuilder
source§impl Default for ColumnBuilder
impl Default for ColumnBuilder
source§fn default() -> ColumnBuilder
fn default() -> ColumnBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ColumnBuilder
impl PartialEq for ColumnBuilder
source§fn eq(&self, other: &ColumnBuilder) -> bool
fn eq(&self, other: &ColumnBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ColumnBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ColumnBuilder
impl Send for ColumnBuilder
impl Sync for ColumnBuilder
impl Unpin for ColumnBuilder
impl UnwindSafe for ColumnBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.