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