Class CfnAnalysis.FilterScopeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterScopeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.FilterScopeConfigurationProperty>
- Enclosing interface:
CfnAnalysis.FilterScopeConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.FilterScopeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.FilterScopeConfigurationProperty>
A builder for
CfnAnalysis.FilterScopeConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAnalysis.FilterScopeConfigurationProperty.getAllSheets()
build()
Builds the configured instance.selectedSheets
(IResolvable selectedSheets) Sets the value ofCfnAnalysis.FilterScopeConfigurationProperty.getSelectedSheets()
Sets the value ofCfnAnalysis.FilterScopeConfigurationProperty.getSelectedSheets()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allSheets
@Stability(Stable) public CfnAnalysis.FilterScopeConfigurationProperty.Builder allSheets(Object allSheets) Sets the value ofCfnAnalysis.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 CfnAnalysis.FilterScopeConfigurationProperty.Builder selectedSheets(IResolvable selectedSheets) Sets the value ofCfnAnalysis.FilterScopeConfigurationProperty.getSelectedSheets()
- Parameters:
selectedSheets
- The configuration for applying a filter to specific sheets.- Returns:
this
-
selectedSheets
@Stability(Stable) public CfnAnalysis.FilterScopeConfigurationProperty.Builder selectedSheets(CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty selectedSheets) Sets the value ofCfnAnalysis.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<CfnAnalysis.FilterScopeConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.FilterScopeConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-