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
Modifier and TypeMethodDescriptionvisibility
(String visibility) Determines whether or not the overrides are visible.visibility
(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 Details
-
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
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:
-
-