Struct aws_sdk_quicksight::model::column_group_schema::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ColumnGroupSchema
Implementations
pub fn column_group_column_schema_list(
self,
input: impl Into<ColumnGroupColumnSchema>
) -> Self
pub fn column_group_column_schema_list(
self,
input: impl Into<ColumnGroupColumnSchema>
) -> Self
Appends an item to column_group_column_schema_list.
To override the contents of this collection use set_column_group_column_schema_list.
A structure containing the list of schemas for column group columns.
pub fn set_column_group_column_schema_list(
self,
input: Option<Vec<ColumnGroupColumnSchema>>
) -> Self
pub fn set_column_group_column_schema_list(
self,
input: Option<Vec<ColumnGroupColumnSchema>>
) -> Self
A structure containing the list of schemas for column group columns.
Consumes the builder and constructs a ColumnGroupSchema
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
