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