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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FreeFormLayoutElementBackgroundStyle.Buildercolor(String color)The background color of a free-form layout element.FreeFormLayoutElementBackgroundStyle.Buildervisibility(String visibility)The background visibility of a free-form layout element.FreeFormLayoutElementBackgroundStyle.Buildervisibility(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 Detail
-
visibility
FreeFormLayoutElementBackgroundStyle.Builder visibility(String 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,Visibility
-
visibility
FreeFormLayoutElementBackgroundStyle.Builder visibility(Visibility 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,Visibility
-
color
FreeFormLayoutElementBackgroundStyle.Builder color(String 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.
-
-