Class CfnAnalysis.FilterCrossSheetControlProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterCrossSheetControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.FilterCrossSheetControlProperty>
- Enclosing interface:
CfnAnalysis.FilterCrossSheetControlProperty
@Stability(Stable)
public static final class CfnAnalysis.FilterCrossSheetControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.FilterCrossSheetControlProperty>
A builder for
CfnAnalysis.FilterCrossSheetControlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cascadingControlConfiguration(IResolvable cascadingControlConfiguration) cascadingControlConfiguration(CfnAnalysis.CascadingControlConfigurationProperty cascadingControlConfiguration) filterControlId(String filterControlId) Sets the value ofCfnAnalysis.FilterCrossSheetControlProperty.getFilterControlId()sourceFilterId(String sourceFilterId) Sets the value ofCfnAnalysis.FilterCrossSheetControlProperty.getSourceFilterId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filterControlId
@Stability(Stable) public CfnAnalysis.FilterCrossSheetControlProperty.Builder filterControlId(String filterControlId) Sets the value ofCfnAnalysis.FilterCrossSheetControlProperty.getFilterControlId()- Parameters:
filterControlId- The ID of theFilterCrossSheetControl. This parameter is required.- Returns:
this
-
sourceFilterId
@Stability(Stable) public CfnAnalysis.FilterCrossSheetControlProperty.Builder sourceFilterId(String sourceFilterId) Sets the value ofCfnAnalysis.FilterCrossSheetControlProperty.getSourceFilterId()- Parameters:
sourceFilterId- The source filter ID of theFilterCrossSheetControl. This parameter is required.- Returns:
this
-
cascadingControlConfiguration
@Stability(Stable) public CfnAnalysis.FilterCrossSheetControlProperty.Builder cascadingControlConfiguration(IResolvable cascadingControlConfiguration) - Parameters:
cascadingControlConfiguration- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.- Returns:
this
-
cascadingControlConfiguration
@Stability(Stable) public CfnAnalysis.FilterCrossSheetControlProperty.Builder cascadingControlConfiguration(CfnAnalysis.CascadingControlConfigurationProperty cascadingControlConfiguration) - Parameters:
cascadingControlConfiguration- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.FilterCrossSheetControlProperty>- Returns:
- a new instance of
CfnAnalysis.FilterCrossSheetControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-