Interface GridLayoutElementBackgroundStyle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GridLayoutElementBackgroundStyle.Builder,,GridLayoutElementBackgroundStyle> SdkBuilder<GridLayoutElementBackgroundStyle.Builder,,GridLayoutElementBackgroundStyle> SdkPojo
- Enclosing class:
GridLayoutElementBackgroundStyle
@Mutable
@NotThreadSafe
public static interface GridLayoutElementBackgroundStyle.Builder
extends SdkPojo, CopyableBuilder<GridLayoutElementBackgroundStyle.Builder,GridLayoutElementBackgroundStyle>
-
Method Summary
Modifier and TypeMethodDescriptionThe background color of a grid layout element.visibility(String visibility) The background visibility of a grid layout element.visibility(Visibility visibility) The background visibility of a grid layout element.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
visibility
The background visibility of a grid layout element.
- Parameters:
visibility- The background visibility of a grid 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 grid layout element.
- Parameters:
visibility- The background visibility of a grid 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 grid layout element.
- Parameters:
color- The background color of a grid layout element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-