Class CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.elements(IResolvable elements)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
elements
@Stability(Stable) public CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty.Builder elements(IResolvable elements) - Parameters:
elements- The elements that are included in the free-form layout.- Returns:
this
-
elements
@Stability(Stable) public CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty.Builder elements(List<? extends Object> elements) - Parameters:
elements- The elements that are included in the free-form layout.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.FreeFormSectionLayoutConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-