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