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 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 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<ColumnSchemaBuilder> for ColumnSchemaBuilder
impl PartialEq<ColumnSchemaBuilder> 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 ==
.