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