Class CfnThemePropsMixin.SheetStyleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.SheetStyleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnThemePropsMixin.SheetStyleProperty>
- Enclosing interface:
CfnThemePropsMixin.SheetStyleProperty
@Stability(Stable)
public static final class CfnThemePropsMixin.SheetStyleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnThemePropsMixin.SheetStyleProperty>
A builder for
CfnThemePropsMixin.SheetStyleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTile()tile(IResolvable tile) Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTile()tileLayout(CfnThemePropsMixin.TileLayoutStyleProperty tileLayout) Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTileLayout()tileLayout(IResolvable tileLayout) Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTileLayout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tile
Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTile()- Parameters:
tile- The display options for tiles.- Returns:
this
-
tile
@Stability(Stable) public CfnThemePropsMixin.SheetStyleProperty.Builder tile(CfnThemePropsMixin.TileStyleProperty tile) Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTile()- Parameters:
tile- The display options for tiles.- Returns:
this
-
tileLayout
@Stability(Stable) public CfnThemePropsMixin.SheetStyleProperty.Builder tileLayout(IResolvable tileLayout) Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTileLayout()- Parameters:
tileLayout- The layout options for tiles.- Returns:
this
-
tileLayout
@Stability(Stable) public CfnThemePropsMixin.SheetStyleProperty.Builder tileLayout(CfnThemePropsMixin.TileLayoutStyleProperty tileLayout) Sets the value ofCfnThemePropsMixin.SheetStyleProperty.getTileLayout()- Parameters:
tileLayout- The layout options for tiles.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnThemePropsMixin.SheetStyleProperty>- Returns:
- a new instance of
CfnThemePropsMixin.SheetStyleProperty - Throws:
NullPointerException- if any required attribute was not provided
-