Class CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.DefaultInteractiveLayoutConfigurationProperty>
- Enclosing interface:
CfnTemplate.DefaultInteractiveLayoutConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.DefaultInteractiveLayoutConfigurationProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.freeForm
(IResolvable freeForm) Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getFreeForm()
Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getFreeForm()
grid
(IResolvable grid) Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getGrid()
Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getGrid()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
freeForm
@Stability(Stable) public CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder freeForm(IResolvable freeForm) Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getFreeForm()
- Parameters:
freeForm
- The options that determine the default settings of a free-form layout configuration.- Returns:
this
-
freeForm
@Stability(Stable) public CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder freeForm(CfnTemplate.DefaultFreeFormLayoutConfigurationProperty freeForm) Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getFreeForm()
- Parameters:
freeForm
- The options that determine the default settings of a free-form layout configuration.- Returns:
this
-
grid
@Stability(Stable) public CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder grid(IResolvable grid) Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getGrid()
- Parameters:
grid
- The options that determine the default settings for a grid layout configuration.- Returns:
this
-
grid
@Stability(Stable) public CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder grid(CfnTemplate.DefaultGridLayoutConfigurationProperty grid) Sets the value ofCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.getGrid()
- Parameters:
grid
- The options that determine the default settings for a grid layout configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.DefaultInteractiveLayoutConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.DefaultInteractiveLayoutConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-