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