Class CfnDashboardPropsMixin.CascadingControlSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.CascadingControlSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.CascadingControlSourceProperty>
- Enclosing interface:
CfnDashboardPropsMixin.CascadingControlSourceProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.CascadingControlSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.CascadingControlSourceProperty>
A builder for
CfnDashboardPropsMixin.CascadingControlSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.columnToMatch(CfnDashboardPropsMixin.ColumnIdentifierProperty columnToMatch) Sets the value ofCfnDashboardPropsMixin.CascadingControlSourceProperty.getColumnToMatch()columnToMatch(IResolvable columnToMatch) Sets the value ofCfnDashboardPropsMixin.CascadingControlSourceProperty.getColumnToMatch()sourceSheetControlId(String sourceSheetControlId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columnToMatch
@Stability(Stable) public CfnDashboardPropsMixin.CascadingControlSourceProperty.Builder columnToMatch(IResolvable columnToMatch) Sets the value ofCfnDashboardPropsMixin.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 CfnDashboardPropsMixin.CascadingControlSourceProperty.Builder columnToMatch(CfnDashboardPropsMixin.ColumnIdentifierProperty columnToMatch) Sets the value ofCfnDashboardPropsMixin.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 CfnDashboardPropsMixin.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<CfnDashboardPropsMixin.CascadingControlSourceProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.CascadingControlSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-