Class CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty>
- Enclosing interface:
CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty>
-
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 CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty.Builder color(String color) - Parameters:
color- The background color of a free-form layout element.- Returns:
this
-
visibility
@Stability(Stable) public CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty.Builder visibility(String visibility) Sets the value ofCfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty.getVisibility()- Parameters:
visibility- The background visibility of a free-form layout element.- Returns:
this
-
build
@Stability(Stable) public CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.FreeFormLayoutElementBackgroundStyleProperty - Throws:
NullPointerException- if any required attribute was not provided
-