Class CfnDashboard.LayoutProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.LayoutProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.LayoutProperty>
- Enclosing interface:
CfnDashboard.LayoutProperty
@Stability(Stable)
public static final class CfnDashboard.LayoutProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.LayoutProperty>
A builder for
CfnDashboard.LayoutProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.configuration
(IResolvable configuration) Sets the value ofCfnDashboard.LayoutProperty.getConfiguration()
configuration
(CfnDashboard.LayoutConfigurationProperty configuration) Sets the value ofCfnDashboard.LayoutProperty.getConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnDashboard.LayoutProperty.Builder configuration(IResolvable configuration) Sets the value ofCfnDashboard.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 CfnDashboard.LayoutProperty.Builder configuration(CfnDashboard.LayoutConfigurationProperty configuration) Sets the value ofCfnDashboard.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.LayoutProperty>
- Returns:
- a new instance of
CfnDashboard.LayoutProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-