Struct aws_sdk_quicksight::model::date_time_hierarchy::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DateTimeHierarchy
.
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 DateTime
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 DateTime
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 DateTime
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 DateTime
hierarchy.
sourcepub fn build(self) -> DateTimeHierarchy
pub fn build(self) -> DateTimeHierarchy
Consumes the builder and constructs a DateTimeHierarchy
.