Struct aws_sdk_quicksight::model::explicit_hierarchy::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ExplicitHierarchy
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn hierarchy_id(self, input: impl Into<String>) -> Self
pub fn hierarchy_id(self, input: impl Into<String>) -> Self
The hierarchy ID of the explicit hierarchy.
sourcepub fn set_hierarchy_id(self, input: Option<String>) -> Self
pub fn set_hierarchy_id(self, input: Option<String>) -> Self
The hierarchy ID of the explicit hierarchy.
sourcepub fn columns(self, input: ColumnIdentifier) -> Self
pub fn columns(self, input: ColumnIdentifier) -> Self
Appends an item to columns
.
To override the contents of this collection use set_columns
.
The list of columns that define the explicit hierarchy.
sourcepub fn set_columns(self, input: Option<Vec<ColumnIdentifier>>) -> Self
pub fn set_columns(self, input: Option<Vec<ColumnIdentifier>>) -> Self
The list of columns that define the explicit hierarchy.
sourcepub fn drill_down_filters(self, input: DrillDownFilter) -> Self
pub fn drill_down_filters(self, input: DrillDownFilter) -> Self
Appends an item to drill_down_filters
.
To override the contents of this collection use set_drill_down_filters
.
The option that determines the drill down filters for the explicit hierarchy.
sourcepub fn set_drill_down_filters(self, input: Option<Vec<DrillDownFilter>>) -> Self
pub fn set_drill_down_filters(self, input: Option<Vec<DrillDownFilter>>) -> Self
The option that determines the drill down filters for the explicit hierarchy.
sourcepub fn build(self) -> ExplicitHierarchy
pub fn build(self) -> ExplicitHierarchy
Consumes the builder and constructs a ExplicitHierarchy
.