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