Interface SheetElementConfigurationOverrides.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SheetElementConfigurationOverrides.Builder,SheetElementConfigurationOverrides>,SdkBuilder<SheetElementConfigurationOverrides.Builder,SheetElementConfigurationOverrides>,SdkPojo
- Enclosing class:
- SheetElementConfigurationOverrides
public static interface SheetElementConfigurationOverrides.Builder extends SdkPojo, CopyableBuilder<SheetElementConfigurationOverrides.Builder,SheetElementConfigurationOverrides>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SheetElementConfigurationOverrides.Buildervisibility(String visibility)Determines whether or not the overrides are visible.SheetElementConfigurationOverrides.Buildervisibility(Visibility visibility)Determines whether or not the overrides are visible.-
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
-
visibility
SheetElementConfigurationOverrides.Builder visibility(String visibility)
Determines whether or not the overrides are visible. Choose one of the following options:
-
VISIBLE -
HIDDEN
- Parameters:
visibility- Determines whether or not the overrides are visible. Choose one of the following options:-
VISIBLE -
HIDDEN
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-
visibility
SheetElementConfigurationOverrides.Builder visibility(Visibility visibility)
Determines whether or not the overrides are visible. Choose one of the following options:
-
VISIBLE -
HIDDEN
- Parameters:
visibility- Determines whether or not the overrides are visible. Choose one of the following options:-
VISIBLE -
HIDDEN
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-
-