Interface SelectedSheetsFilterScopeConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelectedSheetsFilterScopeConfiguration.Builder,SelectedSheetsFilterScopeConfiguration>,SdkBuilder<SelectedSheetsFilterScopeConfiguration.Builder,SelectedSheetsFilterScopeConfiguration>,SdkPojo
- Enclosing class:
- SelectedSheetsFilterScopeConfiguration
public static interface SelectedSheetsFilterScopeConfiguration.Builder extends SdkPojo, CopyableBuilder<SelectedSheetsFilterScopeConfiguration.Builder,SelectedSheetsFilterScopeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectedSheetsFilterScopeConfiguration.BuildersheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.SelectedSheetsFilterScopeConfiguration.BuildersheetVisualScopingConfigurations(Consumer<SheetVisualScopingConfiguration.Builder>... sheetVisualScopingConfigurations)The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.SelectedSheetsFilterScopeConfiguration.BuildersheetVisualScopingConfigurations(SheetVisualScopingConfiguration... sheetVisualScopingConfigurations)The sheet ID and visual IDs of the sheet and 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 Detail
-
sheetVisualScopingConfigurations
SelectedSheetsFilterScopeConfiguration.Builder sheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
- Parameters:
sheetVisualScopingConfigurations- The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sheetVisualScopingConfigurations
SelectedSheetsFilterScopeConfiguration.Builder sheetVisualScopingConfigurations(SheetVisualScopingConfiguration... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
- Parameters:
sheetVisualScopingConfigurations- The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sheetVisualScopingConfigurations
SelectedSheetsFilterScopeConfiguration.Builder sheetVisualScopingConfigurations(Consumer<SheetVisualScopingConfiguration.Builder>... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
This is a convenience method that creates an instance of theSheetVisualScopingConfiguration.Builderavoiding the need to create one manually viaSheetVisualScopingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sheetVisualScopingConfigurations(List.) - Parameters:
sheetVisualScopingConfigurations- a consumer that will call methods onSheetVisualScopingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sheetVisualScopingConfigurations(java.util.Collection)
-
-