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