Class CfnAnalysis.SheetVisualScopingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.SheetVisualScopingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.SheetVisualScopingConfigurationProperty>
- Enclosing interface:
CfnAnalysis.SheetVisualScopingConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.SheetVisualScopingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.SheetVisualScopingConfigurationProperty>
A builder for
CfnAnalysis.SheetVisualScopingConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.SheetVisualScopingConfigurationProperty.getScope()
Sets the value ofCfnAnalysis.SheetVisualScopingConfigurationProperty.getSheetId()
Sets the value ofCfnAnalysis.SheetVisualScopingConfigurationProperty.getVisualIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scope
@Stability(Stable) public CfnAnalysis.SheetVisualScopingConfigurationProperty.Builder scope(String scope) Sets the value ofCfnAnalysis.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 CfnAnalysis.SheetVisualScopingConfigurationProperty.Builder sheetId(String sheetId) Sets the value ofCfnAnalysis.SheetVisualScopingConfigurationProperty.getSheetId()
- Parameters:
sheetId
- The selected sheet that the filter is applied to. This parameter is required.- Returns:
this
-
visualIds
@Stability(Stable) public CfnAnalysis.SheetVisualScopingConfigurationProperty.Builder visualIds(List<String> visualIds) Sets the value ofCfnAnalysis.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<CfnAnalysis.SheetVisualScopingConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.SheetVisualScopingConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-