Interface DashboardReference.Builder

  • Method Details

    • arn

      The ARN of the referenced dashboard.

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

      The name of the referenced dashboard.

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

      DashboardReference.Builder description(String description)

      The description of the referenced dashboard.

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

      The dashboard type.

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

      The dashboard type.

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

      DashboardReference.Builder createdAt(Instant createdAt)

      The timestamp when the dashboard was created.

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

      DashboardReference.Builder updatedAt(Instant updatedAt)

      The timestamp when the dashboard was last modified.

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