Class CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scope
@Stability(Stable) public CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty.Builder scope(String scope) - Parameters:
scope- The scope of the applied entities. Choose one of the following options:.ALL_VISUALSSELECTED_VISUALS
- Returns:
this
-
sheetId
@Stability(Stable) public CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty.Builder sheetId(String sheetId) - Parameters:
sheetId- The selected sheet that the filter is applied to.- Returns:
this
-
visualIds
@Stability(Stable) public CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty.Builder visualIds(List<String> visualIds) - Parameters:
visualIds- The selected visuals that the filter is applied to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.SheetVisualScopingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-