Interface GridLayoutScreenCanvasSizeOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>,SdkBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>,SdkPojo
- Enclosing class:
- GridLayoutScreenCanvasSizeOptions
public static interface GridLayoutScreenCanvasSizeOptions.Builder extends SdkPojo, CopyableBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridLayoutScreenCanvasSizeOptions.BuilderoptimizedViewPortWidth(String optimizedViewPortWidth)The width that the view port will be optimized for when the layout renders.GridLayoutScreenCanvasSizeOptions.BuilderresizeOption(String resizeOption)This value determines the layout behavior when the viewport is resized.GridLayoutScreenCanvasSizeOptions.BuilderresizeOption(ResizeOption resizeOption)This value determines the layout behavior when the viewport is resized.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resizeOption
GridLayoutScreenCanvasSizeOptions.Builder resizeOption(String resizeOption)
This value determines the layout behavior when the viewport is resized.
-
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is calledTiled.
- Parameters:
resizeOption- This value determines the layout behavior when the viewport is resized.-
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is calledTiled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResizeOption,ResizeOption
-
-
resizeOption
GridLayoutScreenCanvasSizeOptions.Builder resizeOption(ResizeOption resizeOption)
This value determines the layout behavior when the viewport is resized.
-
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is calledTiled.
- Parameters:
resizeOption- This value determines the layout behavior when the viewport is resized.-
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is calledTiled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResizeOption,ResizeOption
-
-
optimizedViewPortWidth
GridLayoutScreenCanvasSizeOptions.Builder optimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
- Parameters:
optimizedViewPortWidth- The width that the view port will be optimized for when the layout renders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-