Class CfnAnalysisPropsMixin.TotalAggregationComputationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.TotalAggregationComputationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TotalAggregationComputationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.TotalAggregationComputationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.TotalAggregationComputationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.TotalAggregationComputationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.computationId(String computationId) Sets the value ofCfnAnalysisPropsMixin.TotalAggregationComputationProperty.getName()value(IResolvable value) Sets the value ofCfnAnalysisPropsMixin.TotalAggregationComputationProperty.getValue()Sets the value ofCfnAnalysisPropsMixin.TotalAggregationComputationProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
computationId
@Stability(Stable) public CfnAnalysisPropsMixin.TotalAggregationComputationProperty.Builder computationId(String computationId) - Parameters:
computationId- The ID for a computation.- Returns:
this
-
name
@Stability(Stable) public CfnAnalysisPropsMixin.TotalAggregationComputationProperty.Builder name(String name) Sets the value ofCfnAnalysisPropsMixin.TotalAggregationComputationProperty.getName()- Parameters:
name- The name of a computation.- Returns:
this
-
value
@Stability(Stable) public CfnAnalysisPropsMixin.TotalAggregationComputationProperty.Builder value(IResolvable value) Sets the value ofCfnAnalysisPropsMixin.TotalAggregationComputationProperty.getValue()- Parameters:
value- The value field that is used in a computation.- Returns:
this
-
value
@Stability(Stable) public CfnAnalysisPropsMixin.TotalAggregationComputationProperty.Builder value(CfnAnalysisPropsMixin.MeasureFieldProperty value) Sets the value ofCfnAnalysisPropsMixin.TotalAggregationComputationProperty.getValue()- Parameters:
value- The value field that is used in a computation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.TotalAggregationComputationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.TotalAggregationComputationProperty - Throws:
NullPointerException- if any required attribute was not provided
-