Class CfnTemplate.LayoutProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.LayoutProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.LayoutProperty>
- Enclosing interface:
CfnTemplate.LayoutProperty
@Stability(Stable)
public static final class CfnTemplate.LayoutProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.LayoutProperty>
A builder for
CfnTemplate.LayoutProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configuration(IResolvable configuration) Sets the value ofCfnTemplate.LayoutProperty.getConfiguration()configuration(CfnTemplate.LayoutConfigurationProperty configuration) Sets the value ofCfnTemplate.LayoutProperty.getConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnTemplate.LayoutProperty.Builder configuration(IResolvable configuration) Sets the value ofCfnTemplate.LayoutProperty.getConfiguration()- Parameters:
configuration- The configuration that determines what the type of layout for a sheet. This parameter is required.- Returns:
this
-
configuration
@Stability(Stable) public CfnTemplate.LayoutProperty.Builder configuration(CfnTemplate.LayoutConfigurationProperty configuration) Sets the value ofCfnTemplate.LayoutProperty.getConfiguration()- Parameters:
configuration- The configuration that determines what the type of layout for a sheet. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.LayoutProperty>- Returns:
- a new instance of
CfnTemplate.LayoutProperty - Throws:
NullPointerException- if any required attribute was not provided
-