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