public static interface GetDashboardResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<GetDashboardResponse.Builder,GetDashboardResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDashboardResponse.Builder |
dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
GetDashboardResponse.Builder |
dashboardBody(String dashboardBody)
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard.
|
GetDashboardResponse.Builder |
dashboardName(String dashboardName)
The name of the dashboard.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDashboardResponse.Builder dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn - The Amazon Resource Name (ARN) of the dashboard.GetDashboardResponse.Builder dashboardBody(String dashboardBody)
The detailed information about the dashboard, including what widgets are included and their location on the
dashboard. For more information about the DashboardBody syntax, see Dashboard Body Structure and Syntax.
dashboardBody - The detailed information about the dashboard, including what widgets are included and their location
on the dashboard. For more information about the DashboardBody syntax, see Dashboard Body Structure and Syntax.GetDashboardResponse.Builder dashboardName(String dashboardName)
The name of the dashboard.
dashboardName - The name of the dashboard.Copyright © 2020. All rights reserved.