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 Details

    • 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.

      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 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      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 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.