public static final class UpdateDashboardRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateDashboardRequest.Builder |
attribute(Map<String,String> attribute)
The attribute values of the dashboard.
|
UpdateDashboardRequest |
build() |
UpdateDashboardRequest.Builder |
charts(List<Chart> charts)
The charts on the dashboard.
|
UpdateDashboardRequest.Builder |
dashboardName(String dashboardName)
The name of the dashboard.
|
UpdateDashboardRequest.Builder |
description(String description)
The description of the dashboard.
|
UpdateDashboardRequest.Builder |
displayName(String displayName)
The display name of the dashboard.
|
UpdateDashboardRequest.Builder |
project(String project)
The name of the project.
|
public UpdateDashboardRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public UpdateDashboardRequest.Builder dashboardName(String dashboardName)
The name of the dashboard.
This parameter is required.
example:dashboard-1609294922657-434834
public UpdateDashboardRequest.Builder attribute(Map<String,String> attribute)
The attribute values of the dashboard.
public UpdateDashboardRequest.Builder charts(List<Chart> charts)
The charts on the dashboard.
This parameter is required.
public UpdateDashboardRequest.Builder description(String description)
The description of the dashboard.
example:test dashboard.
public UpdateDashboardRequest.Builder displayName(String displayName)
The display name of the dashboard.
This parameter is required.
example:Method pv
public UpdateDashboardRequest build()
Copyright © 2025. All rights reserved.