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

    • arn

      The Amazon Resource Name (ARN) of the resource.

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

      DashboardSummary.Builder dashboardId(String dashboardId)

      Dashboard ID.

      Parameters:
      dashboardId - Dashboard ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A display name for the dashboard.

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

      DashboardSummary.Builder createdTime(Instant createdTime)

      The time that this dashboard was created.

      Parameters:
      createdTime - The time that this dashboard was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      DashboardSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The last time that this dashboard was updated.

      Parameters:
      lastUpdatedTime - The last time that this dashboard was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publishedVersionNumber

      DashboardSummary.Builder publishedVersionNumber(Long publishedVersionNumber)

      Published version number.

      Parameters:
      publishedVersionNumber - Published version number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastPublishedTime

      DashboardSummary.Builder lastPublishedTime(Instant lastPublishedTime)

      The last time that this dashboard was published.

      Parameters:
      lastPublishedTime - The last time that this dashboard was published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.