public static interface Dashboard.Builder extends SdkPojo, CopyableBuilder<Dashboard.Builder,Dashboard>
| Modifier and Type | Method and Description |
|---|---|
Dashboard.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
Dashboard.Builder |
createdTime(Instant createdTime)
The time that this dataset was created.
|
Dashboard.Builder |
dashboardId(String dashboardId)
Dashboard ID.
|
Dashboard.Builder |
lastPublishedTime(Instant lastPublishedTime)
The last time that this dataset was published.
|
Dashboard.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dataset was updated.
|
Dashboard.Builder |
name(String name)
A display name for the dashboard.
|
default Dashboard.Builder |
version(Consumer<DashboardVersion.Builder> version)
Version.
|
Dashboard.Builder |
version(DashboardVersion version)
Version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDashboard.Builder dashboardId(String dashboardId)
Dashboard ID.
dashboardId - Dashboard ID.Dashboard.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn - The Amazon Resource Name (ARN) of the resource.Dashboard.Builder name(String name)
A display name for the dashboard.
name - A display name for the dashboard.Dashboard.Builder version(DashboardVersion version)
Version.
version - Version.default Dashboard.Builder version(Consumer<DashboardVersion.Builder> version)
Version.
This is a convenience that creates an instance of theDashboardVersion.Builder avoiding the need to
create one manually via DashboardVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to version(DashboardVersion).version - a consumer that will call methods on DashboardVersion.Builderversion(DashboardVersion)Dashboard.Builder createdTime(Instant createdTime)
The time that this dataset was created.
createdTime - The time that this dataset was created.Dashboard.Builder lastPublishedTime(Instant lastPublishedTime)
The last time that this dataset was published.
lastPublishedTime - The last time that this dataset was published.Dashboard.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dataset was updated.
lastUpdatedTime - The last time that this dataset was updated.Copyright © 2020. All rights reserved.