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