Class CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty>
- Enclosing interface:
CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.visibility(String visibility)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
color
@Stability(Stable) public CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty.Builder color(String color) - Parameters:
color- The background color of a grid layout element.- Returns:
this
-
visibility
@Stability(Stable) public CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty.Builder visibility(String visibility) - Parameters:
visibility- The background visibility of a grid layout element.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty - Throws:
NullPointerException- if any required attribute was not provided
-