public static final class ListDashboardRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDashboardRequest |
build() |
ListDashboardRequest.Builder |
dashboardName(String dashboardName)
dashboardName.
|
ListDashboardRequest.Builder |
displayName(String displayName)
displayName.
|
ListDashboardRequest.Builder |
offset(Integer offset)
The line from which the query starts.
|
ListDashboardRequest.Builder |
project(String project)
The name of the project.
|
ListDashboardRequest.Builder |
size(Integer size)
The number of entries per page.
|
ListDashboardRequest.Builder |
tags(List<ListDashboardRequest.Tags> tags)
tags.
|
public ListDashboardRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public ListDashboardRequest.Builder dashboardName(String dashboardName)
public ListDashboardRequest.Builder displayName(String displayName)
public ListDashboardRequest.Builder offset(Integer offset)
The line from which the query starts. Default value: 0.
example:0
public ListDashboardRequest.Builder size(Integer size)
The number of entries per page. Maximum value: 500. Default value: 500.
example:10
public ListDashboardRequest.Builder tags(List<ListDashboardRequest.Tags> tags)
public ListDashboardRequest build()
Copyright © 2025. All rights reserved.