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