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