Class CfnDashboard.FilterScopeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterScopeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FilterScopeConfigurationProperty>
- Enclosing interface:
CfnDashboard.FilterScopeConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.FilterScopeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FilterScopeConfigurationProperty>
A builder for
CfnDashboard.FilterScopeConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDashboard.FilterScopeConfigurationProperty.getAllSheets()
build()
Builds the configured instance.selectedSheets
(IResolvable selectedSheets) Sets the value ofCfnDashboard.FilterScopeConfigurationProperty.getSelectedSheets()
Sets the value ofCfnDashboard.FilterScopeConfigurationProperty.getSelectedSheets()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allSheets
@Stability(Stable) public CfnDashboard.FilterScopeConfigurationProperty.Builder allSheets(Object allSheets) Sets the value ofCfnDashboard.FilterScopeConfigurationProperty.getAllSheets()
- Parameters:
allSheets
- The configuration that applies a filter to all sheets. When you chooseAllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen.- Returns:
this
-
selectedSheets
@Stability(Stable) public CfnDashboard.FilterScopeConfigurationProperty.Builder selectedSheets(IResolvable selectedSheets) Sets the value ofCfnDashboard.FilterScopeConfigurationProperty.getSelectedSheets()
- Parameters:
selectedSheets
- The configuration for applying a filter to specific sheets.- Returns:
this
-
selectedSheets
@Stability(Stable) public CfnDashboard.FilterScopeConfigurationProperty.Builder selectedSheets(CfnDashboard.SelectedSheetsFilterScopeConfigurationProperty selectedSheets) Sets the value ofCfnDashboard.FilterScopeConfigurationProperty.getSelectedSheets()
- Parameters:
selectedSheets
- The configuration for applying a filter to specific sheets.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.FilterScopeConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.FilterScopeConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-