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