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