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