Interface DashboardSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DashboardSummary.Builder,DashboardSummary>, SdkBuilder<DashboardSummary.Builder,DashboardSummary>, SdkPojo
Enclosing class:
DashboardSummary

public static interface DashboardSummary.Builder extends SdkPojo, CopyableBuilder<DashboardSummary.Builder,DashboardSummary>
  • Method Details

    • id

      The ID of the dashboard.

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

      The name of the dashboard

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

      DashboardSummary.Builder description(String description)

      The dashboard's description.

      Parameters:
      description - The dashboard's description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      DashboardSummary.Builder creationDate(Instant creationDate)

      The date the dashboard was created, in Unix epoch time.

      Parameters:
      creationDate - The date the dashboard was created, in Unix epoch time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdateDate

      DashboardSummary.Builder lastUpdateDate(Instant lastUpdateDate)

      The date the dashboard was last updated, in Unix epoch time.

      Parameters:
      lastUpdateDate - The date the dashboard was last updated, in Unix epoch time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.