public static interface DashboardSummary.Builder extends SdkPojo, CopyableBuilder<DashboardSummary.Builder,DashboardSummary>
Modifier and Type | Method and Description |
---|---|
DashboardSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DashboardSummary.Builder |
createdTime(Instant createdTime)
The time that this dashboard was created.
|
DashboardSummary.Builder |
dashboardId(String dashboardId)
Dashboard ID.
|
DashboardSummary.Builder |
lastPublishedTime(Instant lastPublishedTime)
The last time that this dashboard was published.
|
DashboardSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dashboard was updated.
|
DashboardSummary.Builder |
name(String name)
A display name for the dashboard.
|
DashboardSummary.Builder |
publishedVersionNumber(Long publishedVersionNumber)
Published version number.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DashboardSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.DashboardSummary.Builder dashboardId(String dashboardId)
Dashboard ID.
dashboardId
- Dashboard ID.DashboardSummary.Builder name(String name)
A display name for the dashboard.
name
- A display name for the dashboard.DashboardSummary.Builder createdTime(Instant createdTime)
The time that this dashboard was created.
createdTime
- The time that this dashboard was created.DashboardSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dashboard was updated.
lastUpdatedTime
- The last time that this dashboard was updated.DashboardSummary.Builder publishedVersionNumber(Long publishedVersionNumber)
Published version number.
publishedVersionNumber
- Published version number.DashboardSummary.Builder lastPublishedTime(Instant lastPublishedTime)
The last time that this dashboard was published.
lastPublishedTime
- The last time that this dashboard was published.Copyright © 2022. All rights reserved.