public static interface DescribeDashboardResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeDashboardResponse.Builder,DescribeDashboardResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardResponse.Builder |
dashboardArn(String dashboardArn)
The ARN of the
dashboard, which has the following format.
|
DescribeDashboardResponse.Builder |
dashboardCreationDate(Instant dashboardCreationDate)
The date the dashboard was created, in Unix epoch time.
|
DescribeDashboardResponse.Builder |
dashboardDefinition(String dashboardDefinition)
The dashboard's definition JSON literal.
|
DescribeDashboardResponse.Builder |
dashboardDescription(String dashboardDescription)
The dashboard's description.
|
DescribeDashboardResponse.Builder |
dashboardId(String dashboardId)
The ID of the dashboard.
|
DescribeDashboardResponse.Builder |
dashboardLastUpdateDate(Instant dashboardLastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
|
DescribeDashboardResponse.Builder |
dashboardName(String dashboardName)
The name of the dashboard.
|
DescribeDashboardResponse.Builder |
projectId(String projectId)
The ID of the project that the dashboard is in.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardResponse.Builder dashboardId(String dashboardId)
The ID of the dashboard.
dashboardId - The ID of the dashboard.DescribeDashboardResponse.Builder dashboardArn(String dashboardArn)
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
dashboardArn - The ARN of
the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
DescribeDashboardResponse.Builder dashboardName(String dashboardName)
The name of the dashboard.
dashboardName - The name of the dashboard.DescribeDashboardResponse.Builder projectId(String projectId)
The ID of the project that the dashboard is in.
projectId - The ID of the project that the dashboard is in.DescribeDashboardResponse.Builder dashboardDescription(String dashboardDescription)
The dashboard's description.
dashboardDescription - The dashboard's description.DescribeDashboardResponse.Builder dashboardDefinition(String dashboardDefinition)
The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
dashboardDefinition - The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.DescribeDashboardResponse.Builder dashboardCreationDate(Instant dashboardCreationDate)
The date the dashboard was created, in Unix epoch time.
dashboardCreationDate - The date the dashboard was created, in Unix epoch time.DescribeDashboardResponse.Builder dashboardLastUpdateDate(Instant dashboardLastUpdateDate)
The date the dashboard was last updated, in Unix epoch time.
dashboardLastUpdateDate - The date the dashboard was last updated, in Unix epoch time.Copyright © 2022. All rights reserved.