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