Class CfnDashboard.ContributionAnalysisDefaultProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ContributionAnalysisDefaultProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ContributionAnalysisDefaultProperty>
- Enclosing interface:
- CfnDashboard.ContributionAnalysisDefaultProperty
@Stability(Stable)
public static final class CfnDashboard.ContributionAnalysisDefaultProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ContributionAnalysisDefaultProperty>
A builder for
CfnDashboard.ContributionAnalysisDefaultProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contributorDimensions(List<? extends Object> contributorDimensions) contributorDimensions(IResolvable contributorDimensions) measureFieldId(String measureFieldId) Sets the value ofCfnDashboard.ContributionAnalysisDefaultProperty.getMeasureFieldId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contributorDimensions
@Stability(Stable) public CfnDashboard.ContributionAnalysisDefaultProperty.Builder contributorDimensions(IResolvable contributorDimensions) - Parameters:
contributorDimensions- The dimensions columns that are used in the contribution analysis, usually a list ofColumnIdentifiers. This parameter is required.- Returns:
this
-
contributorDimensions
@Stability(Stable) public CfnDashboard.ContributionAnalysisDefaultProperty.Builder contributorDimensions(List<? extends Object> contributorDimensions) - Parameters:
contributorDimensions- The dimensions columns that are used in the contribution analysis, usually a list ofColumnIdentifiers. This parameter is required.- Returns:
this
-
measureFieldId
@Stability(Stable) public CfnDashboard.ContributionAnalysisDefaultProperty.Builder measureFieldId(String measureFieldId) Sets the value ofCfnDashboard.ContributionAnalysisDefaultProperty.getMeasureFieldId()- Parameters:
measureFieldId- The measure field that is used in the contribution analysis. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ContributionAnalysisDefaultProperty>- Returns:
- a new instance of
CfnDashboard.ContributionAnalysisDefaultProperty - Throws:
NullPointerException- if any required attribute was not provided
-