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