Interface ViewSummary.Builder

  • Method Details

    • 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

      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

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

      The type of the view.

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

      The type of the view.

      Parameters:
      type - The type of the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      ViewSummary.Builder status(String status)

      Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

      Parameters:
      status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

      Parameters:
      status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      ViewSummary.Builder description(String description)

      The description of the view.

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