Struct aws_sdk_quicksight::types::builders::DataSetSchemaBuilder
source · #[non_exhaustive]pub struct DataSetSchemaBuilder { /* private fields */ }
Expand description
A builder for DataSetSchema
.
Implementations§
source§impl DataSetSchemaBuilder
impl DataSetSchemaBuilder
sourcepub fn column_schema_list(self, input: ColumnSchema) -> Self
pub fn column_schema_list(self, input: ColumnSchema) -> Self
Appends an item to column_schema_list
.
To override the contents of this collection use set_column_schema_list
.
A structure containing the list of column schemas.
sourcepub fn set_column_schema_list(self, input: Option<Vec<ColumnSchema>>) -> Self
pub fn set_column_schema_list(self, input: Option<Vec<ColumnSchema>>) -> Self
A structure containing the list of column schemas.
sourcepub fn build(self) -> DataSetSchema
pub fn build(self) -> DataSetSchema
Consumes the builder and constructs a DataSetSchema
.
Trait Implementations§
source§impl Clone for DataSetSchemaBuilder
impl Clone for DataSetSchemaBuilder
source§fn clone(&self) -> DataSetSchemaBuilder
fn clone(&self) -> DataSetSchemaBuilder
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 DataSetSchemaBuilder
impl Debug for DataSetSchemaBuilder
source§impl Default for DataSetSchemaBuilder
impl Default for DataSetSchemaBuilder
source§fn default() -> DataSetSchemaBuilder
fn default() -> DataSetSchemaBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DataSetSchemaBuilder> for DataSetSchemaBuilder
impl PartialEq<DataSetSchemaBuilder> for DataSetSchemaBuilder
source§fn eq(&self, other: &DataSetSchemaBuilder) -> bool
fn eq(&self, other: &DataSetSchemaBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.