Class CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty.Builder freeForm(IResolvable freeForm) - Parameters:
freeForm- The options that determine the default settings of a free-form layout configuration.- Returns:
this
-
freeForm
@Stability(Stable) public CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty.Builder freeForm(CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty freeForm) - Parameters:
freeForm- The options that determine the default settings of a free-form layout configuration.- Returns:
this
-
grid
@Stability(Stable) public CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty.Builder grid(CfnAnalysisPropsMixin.DefaultGridLayoutConfigurationProperty grid) - Parameters:
grid- The options that determine the default settings for a grid layout configuration.- Returns:
this
-
build
@Stability(Stable) public CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-