Interface FreeFormLayoutElementBackgroundStyle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FreeFormLayoutElementBackgroundStyle.Builder,
,FreeFormLayoutElementBackgroundStyle> SdkBuilder<FreeFormLayoutElementBackgroundStyle.Builder,
,FreeFormLayoutElementBackgroundStyle> SdkPojo
- Enclosing class:
FreeFormLayoutElementBackgroundStyle
public static interface FreeFormLayoutElementBackgroundStyle.Builder
extends SdkPojo, CopyableBuilder<FreeFormLayoutElementBackgroundStyle.Builder,FreeFormLayoutElementBackgroundStyle>
-
Method Summary
Modifier and TypeMethodDescriptionThe background color of a free-form layout element.visibility
(String visibility) The background visibility of a free-form layout element.visibility
(Visibility visibility) The background visibility of a free-form layout element.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
The background visibility of a free-form layout element.
- Parameters:
visibility
- The background visibility of a free-form layout element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The background visibility of a free-form layout element.
- Parameters:
visibility
- The background visibility of a free-form layout element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
color
The background color of a free-form layout element.
- Parameters:
color
- The background color of a free-form layout element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-