Class CfnTemplate.SheetVisualScopingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.SheetVisualScopingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.SheetVisualScopingConfigurationProperty>
- Enclosing interface:
CfnTemplate.SheetVisualScopingConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.SheetVisualScopingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.SheetVisualScopingConfigurationProperty>
A builder for
CfnTemplate.SheetVisualScopingConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTemplate.SheetVisualScopingConfigurationProperty.getScope()
Sets the value ofCfnTemplate.SheetVisualScopingConfigurationProperty.getSheetId()
Sets the value ofCfnTemplate.SheetVisualScopingConfigurationProperty.getVisualIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scope
@Stability(Stable) public CfnTemplate.SheetVisualScopingConfigurationProperty.Builder scope(String scope) Sets the value ofCfnTemplate.SheetVisualScopingConfigurationProperty.getScope()
- Parameters:
scope
- The scope of the applied entities. Choose one of the following options:. This parameter is required.ALL_VISUALS
SELECTED_VISUALS
- Returns:
this
-
sheetId
@Stability(Stable) public CfnTemplate.SheetVisualScopingConfigurationProperty.Builder sheetId(String sheetId) Sets the value ofCfnTemplate.SheetVisualScopingConfigurationProperty.getSheetId()
- Parameters:
sheetId
- The selected sheet that the filter is applied to. This parameter is required.- Returns:
this
-
visualIds
@Stability(Stable) public CfnTemplate.SheetVisualScopingConfigurationProperty.Builder visualIds(List<String> visualIds) Sets the value ofCfnTemplate.SheetVisualScopingConfigurationProperty.getVisualIds()
- Parameters:
visualIds
- The selected visuals that the filter is applied to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.SheetVisualScopingConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.SheetVisualScopingConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-