Interface SheetVisualScopingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SheetVisualScopingConfiguration.Builder,SheetVisualScopingConfiguration>,SdkBuilder<SheetVisualScopingConfiguration.Builder,SheetVisualScopingConfiguration>,SdkPojo
- Enclosing class:
- SheetVisualScopingConfiguration
@Mutable @NotThreadSafe public static interface SheetVisualScopingConfiguration.Builder extends SdkPojo, CopyableBuilder<SheetVisualScopingConfiguration.Builder,SheetVisualScopingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SheetVisualScopingConfiguration.Builderscope(String scope)The scope of the applied entities.SheetVisualScopingConfiguration.Builderscope(FilterVisualScope scope)The scope of the applied entities.SheetVisualScopingConfiguration.BuildersheetId(String sheetId)The selected sheet that the filter is applied to.SheetVisualScopingConfiguration.BuildervisualIds(String... visualIds)The selected visuals that the filter is applied to.SheetVisualScopingConfiguration.BuildervisualIds(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sheetId
SheetVisualScopingConfiguration.Builder sheetId(String 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
SheetVisualScopingConfiguration.Builder scope(String 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:
FilterVisualScope,FilterVisualScope
-
-
scope
SheetVisualScopingConfiguration.Builder scope(FilterVisualScope 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:
FilterVisualScope,FilterVisualScope
-
-
visualIds
SheetVisualScopingConfiguration.Builder visualIds(Collection<String> 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
SheetVisualScopingConfiguration.Builder visualIds(String... 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.
-
-