Interface View.Builder

    • Method Detail

      • id

        View.Builder id​(String id)

        The identifier of the view.

        Parameters:
        id - The identifier of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        View.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the view.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        View.Builder name​(String name)

        The name of the view.

        Parameters:
        name - The name of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        View.Builder version​(Integer version)

        The current version of the view.

        Parameters:
        version - The current version of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • content

        View.Builder content​(ViewContent content)

        View content containing all content necessary to render a view except for runtime input data.

        Parameters:
        content - View content containing all content necessary to render a view except for runtime input data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.