Interface GridLayoutScreenCanvasSizeOptions.Builder

    • 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 QuickSight console, this option is called Classic.

        • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the 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 QuickSight console, this option is called Classic.

        • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the 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, 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 QuickSight console, this option is called Classic.

        • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the 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 QuickSight console, this option is called Classic.

        • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the 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, 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.