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