Interface OmniDashboard.Builder

  • Method Details

    • dashboardId

      OmniDashboard.Builder dashboardId(String dashboardId)

      The unique ID of the dashboard.

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

      The Amazon Resource Name (ARN) of the dashboard.

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

      A name that identifies the dashboard.

      Parameters:
      name - A name that identifies the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • body

      The dashboard definition.

      Parameters:
      body - The dashboard definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      OmniDashboard.Builder createdBy(String createdBy)

      The principal that created the dashboard.

      Parameters:
      createdBy - The principal that created the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      OmniDashboard.Builder description(String description)

      An optional description of the dashboard.

      Parameters:
      description - An optional description of the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags associated with the dashboard.

      Parameters:
      tags - The tags associated with the dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      OmniDashboard.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

      OmniDashboard.Builder updatedAt(Instant updatedAt)

      The timestamp when the dashboard was last updated.

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