public static final class CfnTheme.TileLayoutStyleProperty.Builder
extends java.lang.Object
CfnTheme.TileLayoutStyleProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTheme.TileLayoutStyleProperty |
build()
Builds the configured instance.
|
CfnTheme.TileLayoutStyleProperty.Builder |
gutter(CfnTheme.GutterStyleProperty gutter)
Sets the value of
CfnTheme.TileLayoutStyleProperty.getGutter() |
CfnTheme.TileLayoutStyleProperty.Builder |
gutter(IResolvable gutter)
Sets the value of
CfnTheme.TileLayoutStyleProperty.getGutter() |
CfnTheme.TileLayoutStyleProperty.Builder |
margin(CfnTheme.MarginStyleProperty margin)
Sets the value of
CfnTheme.TileLayoutStyleProperty.getMargin() |
CfnTheme.TileLayoutStyleProperty.Builder |
margin(IResolvable margin)
Sets the value of
CfnTheme.TileLayoutStyleProperty.getMargin() |
public CfnTheme.TileLayoutStyleProperty.Builder gutter(IResolvable gutter)
CfnTheme.TileLayoutStyleProperty.getGutter()
gutter
- The gutter settings that apply between tiles.this
public CfnTheme.TileLayoutStyleProperty.Builder gutter(CfnTheme.GutterStyleProperty gutter)
CfnTheme.TileLayoutStyleProperty.getGutter()
gutter
- The gutter settings that apply between tiles.this
public CfnTheme.TileLayoutStyleProperty.Builder margin(IResolvable margin)
CfnTheme.TileLayoutStyleProperty.getMargin()
margin
- The margin settings that apply around the outside edge of sheets.this
public CfnTheme.TileLayoutStyleProperty.Builder margin(CfnTheme.MarginStyleProperty margin)
CfnTheme.TileLayoutStyleProperty.getMargin()
margin
- The margin settings that apply around the outside edge of sheets.this
public CfnTheme.TileLayoutStyleProperty build()
CfnTheme.TileLayoutStyleProperty
java.lang.NullPointerException
- if any required attribute was not provided