Class CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty.getScope()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scope
@Stability(Stable) public CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty.Builder scope(String scope) Sets the value ofCfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty.getScope()- Parameters:
scope- The scope of the applied entities. Choose one of the following options:.ALL_VISUALSSELECTED_VISUALS
- Returns:
this
-
sheetId
@Stability(Stable) public CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty.Builder sheetId(String sheetId) - Parameters:
sheetId- The selected sheet that the filter is applied to.- Returns:
this
-
visualIds
@Stability(Stable) public CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.SheetVisualScopingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-