Struct aws_sdk_iotanalytics::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.
This field is required.sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.
This field is required.sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.
sourcepub fn get_type(&self) -> &Option<String>
pub fn get_type(&self) -> &Option<String>
The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.
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.