Struct aws_sdk_quicksight::model::integer_parameter::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for IntegerParameter.
Implementations§
source§impl Builder
impl Builder
sourcepub fn values(self, input: i64) -> Self
pub fn values(self, input: i64) -> Self
Appends an item to values.
To override the contents of this collection use set_values.
The values for the integer parameter.
sourcepub fn set_values(self, input: Option<Vec<i64>>) -> Self
pub fn set_values(self, input: Option<Vec<i64>>) -> Self
The values for the integer parameter.
sourcepub fn build(self) -> IntegerParameter
pub fn build(self) -> IntegerParameter
Consumes the builder and constructs a IntegerParameter.