Struct aws_sdk_quicksight::types::builders::ColumnSchemaBuilder
source · #[non_exhaustive]pub struct ColumnSchemaBuilder { /* private fields */ }
Expand description
A builder for ColumnSchema
.
Implementations§
source§impl ColumnSchemaBuilder
impl ColumnSchemaBuilder
sourcepub fn set_data_type(self, input: Option<String>) -> Self
pub fn set_data_type(self, input: Option<String>) -> Self
The data type of the column schema.
sourcepub fn get_data_type(&self) -> &Option<String>
pub fn get_data_type(&self) -> &Option<String>
The data type of the column schema.
sourcepub fn geographic_role(self, input: impl Into<String>) -> Self
pub fn geographic_role(self, input: impl Into<String>) -> Self
The geographic role of the column schema.
sourcepub fn set_geographic_role(self, input: Option<String>) -> Self
pub fn set_geographic_role(self, input: Option<String>) -> Self
The geographic role of the column schema.
sourcepub fn get_geographic_role(&self) -> &Option<String>
pub fn get_geographic_role(&self) -> &Option<String>
The geographic role of the column schema.
sourcepub fn build(self) -> ColumnSchema
pub fn build(self) -> ColumnSchema
Consumes the builder and constructs a ColumnSchema
.
Trait Implementations§
source§impl Clone for ColumnSchemaBuilder
impl Clone for ColumnSchemaBuilder
source§fn clone(&self) -> ColumnSchemaBuilder
fn clone(&self) -> ColumnSchemaBuilder
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 ColumnSchemaBuilder
impl Debug for ColumnSchemaBuilder
source§impl Default for ColumnSchemaBuilder
impl Default for ColumnSchemaBuilder
source§fn default() -> ColumnSchemaBuilder
fn default() -> ColumnSchemaBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ColumnSchemaBuilder
impl PartialEq for ColumnSchemaBuilder
source§fn eq(&self, other: &ColumnSchemaBuilder) -> bool
fn eq(&self, other: &ColumnSchemaBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ColumnSchemaBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ColumnSchemaBuilder
impl Send for ColumnSchemaBuilder
impl Sync for ColumnSchemaBuilder
impl Unpin for ColumnSchemaBuilder
impl UnwindSafe for ColumnSchemaBuilder
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.