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