pub struct Builder { /* private fields */ }
Expand description
A builder for UniqueValuesComputation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn computation_id(self, input: impl Into<String>) -> Self
pub fn computation_id(self, input: impl Into<String>) -> Self
The ID for a computation.
sourcepub fn set_computation_id(self, input: Option<String>) -> Self
pub fn set_computation_id(self, input: Option<String>) -> Self
The ID for a computation.
sourcepub fn category(self, input: DimensionField) -> Self
pub fn category(self, input: DimensionField) -> Self
The category field that is used in a computation.
sourcepub fn set_category(self, input: Option<DimensionField>) -> Self
pub fn set_category(self, input: Option<DimensionField>) -> Self
The category field that is used in a computation.
sourcepub fn build(self) -> UniqueValuesComputation
pub fn build(self) -> UniqueValuesComputation
Consumes the builder and constructs a UniqueValuesComputation
.