Interface SheetVisualScopingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SheetVisualScopingConfiguration.Builder,
,SheetVisualScopingConfiguration> SdkBuilder<SheetVisualScopingConfiguration.Builder,
,SheetVisualScopingConfiguration> SdkPojo
- Enclosing class:
SheetVisualScopingConfiguration
public static interface SheetVisualScopingConfiguration.Builder
extends SdkPojo, CopyableBuilder<SheetVisualScopingConfiguration.Builder,SheetVisualScopingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe scope of the applied entities.scope
(FilterVisualScope scope) The scope of the applied entities.The selected sheet that the filter is applied to.The selected visuals that the filter is applied to.visualIds
(Collection<String> visualIds) The selected visuals that the filter is applied to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
sheetId
The selected sheet that the filter is applied to.
- Parameters:
sheetId
- The selected sheet that the filter is applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
The scope of the applied entities. Choose one of the following options:
-
ALL_VISUALS
-
SELECTED_VISUALS
- Parameters:
scope
- The scope of the applied entities. Choose one of the following options:-
ALL_VISUALS
-
SELECTED_VISUALS
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
scope
The scope of the applied entities. Choose one of the following options:
-
ALL_VISUALS
-
SELECTED_VISUALS
- Parameters:
scope
- The scope of the applied entities. Choose one of the following options:-
ALL_VISUALS
-
SELECTED_VISUALS
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
visualIds
The selected visuals that the filter is applied to.
- Parameters:
visualIds
- The selected visuals that the filter is applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualIds
The selected visuals that the filter is applied to.
- Parameters:
visualIds
- The selected visuals that the filter is applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-