Struct aws_sdk_quicksight::types::builders::DataPathValueBuilder
source · #[non_exhaustive]pub struct DataPathValueBuilder { /* private fields */ }Expand description
A builder for DataPathValue.
Implementations§
source§impl DataPathValueBuilder
impl DataPathValueBuilder
sourcepub fn field_id(self, input: impl Into<String>) -> Self
pub fn field_id(self, input: impl Into<String>) -> Self
The field ID of the field that needs to be sorted.
sourcepub fn set_field_id(self, input: Option<String>) -> Self
pub fn set_field_id(self, input: Option<String>) -> Self
The field ID of the field that needs to be sorted.
sourcepub fn field_value(self, input: impl Into<String>) -> Self
pub fn field_value(self, input: impl Into<String>) -> Self
The actual value of the field that needs to be sorted.
sourcepub fn set_field_value(self, input: Option<String>) -> Self
pub fn set_field_value(self, input: Option<String>) -> Self
The actual value of the field that needs to be sorted.
sourcepub fn build(self) -> DataPathValue
pub fn build(self) -> DataPathValue
Consumes the builder and constructs a DataPathValue.
Trait Implementations§
source§impl Clone for DataPathValueBuilder
impl Clone for DataPathValueBuilder
source§fn clone(&self) -> DataPathValueBuilder
fn clone(&self) -> DataPathValueBuilder
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 DataPathValueBuilder
impl Debug for DataPathValueBuilder
source§impl Default for DataPathValueBuilder
impl Default for DataPathValueBuilder
source§fn default() -> DataPathValueBuilder
fn default() -> DataPathValueBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DataPathValueBuilder> for DataPathValueBuilder
impl PartialEq<DataPathValueBuilder> for DataPathValueBuilder
source§fn eq(&self, other: &DataPathValueBuilder) -> bool
fn eq(&self, other: &DataPathValueBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.