Struct aws_sdk_quicksight::model::data_path_value::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DataPathValue
.
Implementations§
source§impl Builder
impl Builder
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
.