Interface CreateViewResponse.Builder

  • Method Details

    • 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 ownership category of the view.

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

      The ownership category of the view.

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

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

      CreateViewResponse.Builder definition(String definition)

      The SQL query that defines the view.

      Parameters:
      definition - The SQL query that defines the view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      CreateViewResponse.Builder createdAt(Instant createdAt)

      The timestamp when the view was created.

      Parameters:
      createdAt - The timestamp when the view was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      CreateViewResponse.Builder updatedAt(Instant updatedAt)

      The timestamp when the view was last updated.

      Parameters:
      updatedAt - The timestamp when the view was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the view.

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