Class CfnAnalysis.KPIVisualLayoutOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.KPIVisualLayoutOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.KPIVisualLayoutOptionsProperty>
- Enclosing interface:
CfnAnalysis.KPIVisualLayoutOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.KPIVisualLayoutOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.KPIVisualLayoutOptionsProperty>
A builder for
CfnAnalysis.KPIVisualLayoutOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.standardLayout
(IResolvable standardLayout) Sets the value ofCfnAnalysis.KPIVisualLayoutOptionsProperty.getStandardLayout()
standardLayout
(CfnAnalysis.KPIVisualStandardLayoutProperty standardLayout) Sets the value ofCfnAnalysis.KPIVisualLayoutOptionsProperty.getStandardLayout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
standardLayout
@Stability(Stable) public CfnAnalysis.KPIVisualLayoutOptionsProperty.Builder standardLayout(IResolvable standardLayout) Sets the value ofCfnAnalysis.KPIVisualLayoutOptionsProperty.getStandardLayout()
- Parameters:
standardLayout
- The standard layout of the KPI visual.- Returns:
this
-
standardLayout
@Stability(Stable) public CfnAnalysis.KPIVisualLayoutOptionsProperty.Builder standardLayout(CfnAnalysis.KPIVisualStandardLayoutProperty standardLayout) Sets the value ofCfnAnalysis.KPIVisualLayoutOptionsProperty.getStandardLayout()
- Parameters:
standardLayout
- The standard layout of the KPI visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.KPIVisualLayoutOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.KPIVisualLayoutOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-