public static interface CreateDashboardResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateDashboardResponse.Builder,CreateDashboardResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDashboardResponse.Builder |
dashboardArn(String dashboardArn)
The ARN of the
dashboard, which has the following format.
|
CreateDashboardResponse.Builder |
dashboardId(String dashboardId)
The ID of the dashboard.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDashboardResponse.Builder dashboardId(String dashboardId)
The ID of the dashboard.
dashboardId - The ID of the dashboard.CreateDashboardResponse.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}
Copyright © 2022. All rights reserved.