Struct aws_sdk_quicksight::model::parameters::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Parameters
Implementations
Appends an item to string_parameters
.
To override the contents of this collection use set_string_parameters
.
The parameters that have a data type of string.
The parameters that have a data type of string.
Appends an item to integer_parameters
.
To override the contents of this collection use set_integer_parameters
.
The parameters that have a data type of integer.
The parameters that have a data type of integer.
Appends an item to decimal_parameters
.
To override the contents of this collection use set_decimal_parameters
.
The parameters that have a data type of decimal.
The parameters that have a data type of decimal.
Appends an item to date_time_parameters
.
To override the contents of this collection use set_date_time_parameters
.
The parameters that have a data type of date-time.
The parameters that have a data type of date-time.
Consumes the builder and constructs a Parameters
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more