public static final class ListDashboardResponseBody.DashboardItems.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDashboardResponseBody.DashboardItems |
build() |
ListDashboardResponseBody.DashboardItems.Builder |
dashboardName(String dashboardName)
The dashboard ID.
|
ListDashboardResponseBody.DashboardItems.Builder |
description(String description)
description.
|
ListDashboardResponseBody.DashboardItems.Builder |
displayName(String displayName)
The display name of the dashboard.
|
public ListDashboardResponseBody.DashboardItems.Builder dashboardName(String dashboardName)
The dashboard ID. The ID must be unique in a project. Fuzzy search is supported. For example, if you enter da, all dashboards whose IDs start with da are queried.
example:dashboard-1609294922657-434834
public ListDashboardResponseBody.DashboardItems.Builder description(String description)
public ListDashboardResponseBody.DashboardItems.Builder displayName(String displayName)
The display name of the dashboard.
example:data-ingest
public ListDashboardResponseBody.DashboardItems build()
Copyright © 2025. All rights reserved.