public static interface GridLayoutScreenCanvasSizeOptions.Builder extends SdkPojo, CopyableBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>
| Modifier and Type | Method and Description |
|---|---|
GridLayoutScreenCanvasSizeOptions.Builder |
optimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
|
GridLayoutScreenCanvasSizeOptions.Builder |
resizeOption(ResizeOption resizeOption)
This value determines the layout behavior when the viewport is resized.
|
GridLayoutScreenCanvasSizeOptions.Builder |
resizeOption(String resizeOption)
This value determines the layout behavior when the viewport is resized.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGridLayoutScreenCanvasSizeOptions.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 called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the
Amazon QuickSight console, this option is called Tiled.
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 called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In
the Amazon QuickSight console, this option is called Tiled.
ResizeOption,
ResizeOptionGridLayoutScreenCanvasSizeOptions.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 called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the
Amazon QuickSight console, this option is called Tiled.
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 called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In
the Amazon QuickSight console, this option is called Tiled.
ResizeOption,
ResizeOptionGridLayoutScreenCanvasSizeOptions.Builder optimizedViewPortWidth(String optimizedViewPortWidth)
The width that the view port will be optimized for when the layout renders.
optimizedViewPortWidth - The width that the view port will be optimized for when the layout renders.Copyright © 2023. All rights reserved.