Class CfnTheme.TileStyleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTheme.TileStyleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTheme.TileStyleProperty>
- Enclosing interface:
- CfnTheme.TileStyleProperty
@Stability(Stable)
public static final class CfnTheme.TileStyleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTheme.TileStyleProperty>
A builder for
CfnTheme.TileStyleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionborder(IResolvable border) Sets the value ofCfnTheme.TileStyleProperty.getBorder()border(CfnTheme.BorderStyleProperty border) Sets the value ofCfnTheme.TileStyleProperty.getBorder()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
border
Sets the value ofCfnTheme.TileStyleProperty.getBorder()- Parameters:
border- The border around a tile.- Returns:
this
-
border
@Stability(Stable) public CfnTheme.TileStyleProperty.Builder border(CfnTheme.BorderStyleProperty border) Sets the value ofCfnTheme.TileStyleProperty.getBorder()- Parameters:
border- The border around a tile.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTheme.TileStyleProperty>- Returns:
- a new instance of
CfnTheme.TileStyleProperty - Throws:
NullPointerException- if any required attribute was not provided
-