Struct aws_sdk_quicksight::model::integer_default_values::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for IntegerDefaultValues
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dynamic_value(self, input: DynamicDefaultValue) -> Self
pub fn dynamic_value(self, input: DynamicDefaultValue) -> Self
The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.
sourcepub fn set_dynamic_value(self, input: Option<DynamicDefaultValue>) -> Self
pub fn set_dynamic_value(self, input: Option<DynamicDefaultValue>) -> Self
The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.
sourcepub fn static_values(self, input: i64) -> Self
pub fn static_values(self, input: i64) -> Self
Appends an item to static_values
.
To override the contents of this collection use set_static_values
.
The static values of the IntegerDefaultValues
.
sourcepub fn set_static_values(self, input: Option<Vec<i64>>) -> Self
pub fn set_static_values(self, input: Option<Vec<i64>>) -> Self
The static values of the IntegerDefaultValues
.
sourcepub fn build(self) -> IntegerDefaultValues
pub fn build(self) -> IntegerDefaultValues
Consumes the builder and constructs a IntegerDefaultValues
.