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 get_column_schema_list(&self) -> &Option<Vec<ColumnSchema>>
pub fn get_column_schema_list(&self) -> &Option<Vec<ColumnSchema>>
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 for DataSetSchemaBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DataSetSchemaBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DataSetSchemaBuilder
impl Send for DataSetSchemaBuilder
impl Sync for DataSetSchemaBuilder
impl Unpin for DataSetSchemaBuilder
impl UnwindSafe for DataSetSchemaBuilder
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.