Dashboard.Builder |
Dashboard.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the resource.
|
static Dashboard.Builder |
Dashboard.builder() |
|
Dashboard.Builder |
Dashboard.Builder.createdTime(Instant createdTime) |
The time that this dashboard was created.
|
Dashboard.Builder |
Dashboard.Builder.dashboardId(String dashboardId) |
Dashboard ID.
|
Dashboard.Builder |
Dashboard.Builder.lastPublishedTime(Instant lastPublishedTime) |
The last time that this dashboard was published.
|
Dashboard.Builder |
Dashboard.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The last time that this dashboard was updated.
|
Dashboard.Builder |
Dashboard.Builder.linkEntities(String... linkEntities) |
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
Dashboard.Builder |
Dashboard.Builder.linkEntities(Collection<String> linkEntities) |
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
Dashboard.Builder |
Dashboard.Builder.name(String name) |
A display name for the dashboard.
|
Dashboard.Builder |
Dashboard.toBuilder() |
|
default Dashboard.Builder |
Dashboard.Builder.version(Consumer<DashboardVersion.Builder> version) |
Version.
|
Dashboard.Builder |
Dashboard.Builder.version(DashboardVersion version) |
Version.
|