Struct aws_sdk_quicksight::model::logical_table::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LogicalTable
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_transforms(self, input: TransformOperation) -> Self
pub fn data_transforms(self, input: TransformOperation) -> Self
Appends an item to data_transforms
.
To override the contents of this collection use set_data_transforms
.
Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
sourcepub fn set_data_transforms(self, input: Option<Vec<TransformOperation>>) -> Self
pub fn set_data_transforms(self, input: Option<Vec<TransformOperation>>) -> Self
Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
sourcepub fn source(self, input: LogicalTableSource) -> Self
pub fn source(self, input: LogicalTableSource) -> Self
Source of this logical table.
sourcepub fn set_source(self, input: Option<LogicalTableSource>) -> Self
pub fn set_source(self, input: Option<LogicalTableSource>) -> Self
Source of this logical table.
sourcepub fn build(self) -> LogicalTable
pub fn build(self) -> LogicalTable
Consumes the builder and constructs a LogicalTable
.