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