Struct aws_sdk_quicksight::types::builders::StringParameterBuilder
source · #[non_exhaustive]pub struct StringParameterBuilder { /* private fields */ }
Expand description
A builder for StringParameter
.
Implementations§
source§impl StringParameterBuilder
impl StringParameterBuilder
sourcepub fn values(self, input: impl Into<String>) -> Self
pub fn values(self, input: impl Into<String>) -> Self
Appends an item to values
.
To override the contents of this collection use set_values
.
The values of a string parameter.
sourcepub fn set_values(self, input: Option<Vec<String>>) -> Self
pub fn set_values(self, input: Option<Vec<String>>) -> Self
The values of a string parameter.
sourcepub fn build(self) -> StringParameter
pub fn build(self) -> StringParameter
Consumes the builder and constructs a StringParameter
.
Trait Implementations§
source§impl Clone for StringParameterBuilder
impl Clone for StringParameterBuilder
source§fn clone(&self) -> StringParameterBuilder
fn clone(&self) -> StringParameterBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StringParameterBuilder
impl Debug for StringParameterBuilder
source§impl Default for StringParameterBuilder
impl Default for StringParameterBuilder
source§fn default() -> StringParameterBuilder
fn default() -> StringParameterBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StringParameterBuilder> for StringParameterBuilder
impl PartialEq<StringParameterBuilder> for StringParameterBuilder
source§fn eq(&self, other: &StringParameterBuilder) -> bool
fn eq(&self, other: &StringParameterBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.