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