@Stability(value=Stable) public static final class CfnTheme.TileLayoutStyleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTheme.TileLayoutStyleProperty>
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() |
@Stability(value=Stable) public CfnTheme.TileLayoutStyleProperty.Builder gutter(IResolvable gutter)
CfnTheme.TileLayoutStyleProperty.getGutter()gutter - The gutter settings that apply between tiles.this@Stability(value=Stable) public CfnTheme.TileLayoutStyleProperty.Builder gutter(CfnTheme.GutterStyleProperty gutter)
CfnTheme.TileLayoutStyleProperty.getGutter()gutter - The gutter settings that apply between tiles.this@Stability(value=Stable) public CfnTheme.TileLayoutStyleProperty.Builder margin(IResolvable margin)
CfnTheme.TileLayoutStyleProperty.getMargin()margin - The margin settings that apply around the outside edge of sheets.this@Stability(value=Stable) public CfnTheme.TileLayoutStyleProperty.Builder margin(CfnTheme.MarginStyleProperty margin)
CfnTheme.TileLayoutStyleProperty.getMargin()margin - The margin settings that apply around the outside edge of sheets.this@Stability(value=Stable) public CfnTheme.TileLayoutStyleProperty build()
build in interface software.amazon.jsii.Builder<CfnTheme.TileLayoutStyleProperty>CfnTheme.TileLayoutStylePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.