public static final class CfnTheme.SheetStyleProperty.Builder
extends java.lang.Object
CfnTheme.SheetStyleProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTheme.SheetStyleProperty |
build()
Builds the configured instance.
|
CfnTheme.SheetStyleProperty.Builder |
tile(CfnTheme.TileStyleProperty tile)
Sets the value of
CfnTheme.SheetStyleProperty.getTile() |
CfnTheme.SheetStyleProperty.Builder |
tile(IResolvable tile)
Sets the value of
CfnTheme.SheetStyleProperty.getTile() |
CfnTheme.SheetStyleProperty.Builder |
tileLayout(CfnTheme.TileLayoutStyleProperty tileLayout)
Sets the value of
CfnTheme.SheetStyleProperty.getTileLayout() |
CfnTheme.SheetStyleProperty.Builder |
tileLayout(IResolvable tileLayout)
Sets the value of
CfnTheme.SheetStyleProperty.getTileLayout() |
public CfnTheme.SheetStyleProperty.Builder tile(IResolvable tile)
CfnTheme.SheetStyleProperty.getTile()
tile
- The display options for tiles.this
public CfnTheme.SheetStyleProperty.Builder tile(CfnTheme.TileStyleProperty tile)
CfnTheme.SheetStyleProperty.getTile()
tile
- The display options for tiles.this
public CfnTheme.SheetStyleProperty.Builder tileLayout(IResolvable tileLayout)
CfnTheme.SheetStyleProperty.getTileLayout()
tileLayout
- The layout options for tiles.this
public CfnTheme.SheetStyleProperty.Builder tileLayout(CfnTheme.TileLayoutStyleProperty tileLayout)
CfnTheme.SheetStyleProperty.getTileLayout()
tileLayout
- The layout options for tiles.this
public CfnTheme.SheetStyleProperty build()
CfnTheme.SheetStyleProperty
java.lang.NullPointerException
- if any required attribute was not provided