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