Class CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.optimizedViewPortWidth(String optimizedViewPortWidth)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
optimizedViewPortWidth
@Stability(Stable) public CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty.Builder optimizedViewPortWidth(String optimizedViewPortWidth) Sets the value ofCfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty.getOptimizedViewPortWidth()- Parameters:
optimizedViewPortWidth- The width that the view port will be optimized for when the layout renders.- Returns:
this
-
build
@Stability(Stable) public CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-