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