Class CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty>
- Enclosing interface:
CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sheetVisualScopingConfigurations(List<? extends Object> sheetVisualScopingConfigurations) sheetVisualScopingConfigurations(IResolvable sheetVisualScopingConfigurations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sheetVisualScopingConfigurations
@Stability(Stable) public CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty.Builder sheetVisualScopingConfigurations(IResolvable sheetVisualScopingConfigurations) Sets the value ofCfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty.getSheetVisualScopingConfigurations()- Parameters:
sheetVisualScopingConfigurations- The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.- Returns:
this
-
sheetVisualScopingConfigurations
@Stability(Stable) public CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty.Builder sheetVisualScopingConfigurations(List<? extends Object> sheetVisualScopingConfigurations) Sets the value ofCfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty.getSheetVisualScopingConfigurations()- Parameters:
sheetVisualScopingConfigurations- The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty>- Returns:
- a new instance of
CfnAnalysis.SelectedSheetsFilterScopeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-