Class CfnAnalysisPropsMixin.CascadingControlSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.CascadingControlSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.CascadingControlSourceProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.CascadingControlSourceProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.CascadingControlSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.CascadingControlSourceProperty>
A builder for
CfnAnalysisPropsMixin.CascadingControlSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnToMatch(IResolvable columnToMatch) Sets the value ofCfnAnalysisPropsMixin.CascadingControlSourceProperty.getColumnToMatch()columnToMatch(CfnAnalysisPropsMixin.ColumnIdentifierProperty columnToMatch) Sets the value ofCfnAnalysisPropsMixin.CascadingControlSourceProperty.getColumnToMatch()sourceSheetControlId(String sourceSheetControlId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnToMatch
@Stability(Stable) public CfnAnalysisPropsMixin.CascadingControlSourceProperty.Builder columnToMatch(IResolvable columnToMatch) Sets the value ofCfnAnalysisPropsMixin.CascadingControlSourceProperty.getColumnToMatch()- Parameters:
columnToMatch- The column identifier that determines which column to look up for the source sheet control.- Returns:
this
-
columnToMatch
@Stability(Stable) public CfnAnalysisPropsMixin.CascadingControlSourceProperty.Builder columnToMatch(CfnAnalysisPropsMixin.ColumnIdentifierProperty columnToMatch) Sets the value ofCfnAnalysisPropsMixin.CascadingControlSourceProperty.getColumnToMatch()- Parameters:
columnToMatch- The column identifier that determines which column to look up for the source sheet control.- Returns:
this
-
sourceSheetControlId
@Stability(Stable) public CfnAnalysisPropsMixin.CascadingControlSourceProperty.Builder sourceSheetControlId(String sourceSheetControlId) - Parameters:
sourceSheetControlId- The source sheet control ID of aCascadingControlSource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.CascadingControlSourceProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.CascadingControlSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-