public static interface DashboardSummary.Builder extends SdkPojo, CopyableBuilder<DashboardSummary.Builder,DashboardSummary>
| Modifier and Type | Method and Description |
|---|---|
DashboardSummary.Builder |
creationDate(Instant creationDate)
The date the dashboard was created, in Unix epoch time.
|
DashboardSummary.Builder |
description(String description)
The dashboard's description.
|
DashboardSummary.Builder |
id(String id)
The ID of the dashboard.
|
DashboardSummary.Builder |
lastUpdateDate(Instant lastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
|
DashboardSummary.Builder |
name(String name)
The name of the dashboard
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDashboardSummary.Builder id(String id)
The ID of the dashboard.
id - The ID of the dashboard.DashboardSummary.Builder name(String name)
The name of the dashboard
name - The name of the dashboardDashboardSummary.Builder description(String description)
The dashboard's description.
description - The dashboard's description.DashboardSummary.Builder creationDate(Instant creationDate)
The date the dashboard was created, in Unix epoch time.
creationDate - The date the dashboard was created, in Unix epoch time.DashboardSummary.Builder lastUpdateDate(Instant lastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
lastUpdateDate - The date the dashboard was last updated, in Unix epoch time.Copyright © 2021. All rights reserved.