public static final class ListDashboardsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListDashboardsRequest |
build() |
ListDashboardsRequest.Builder |
clusterId(String clusterId)
The ID of the ACK cluster.
|
ListDashboardsRequest.Builder |
clusterType(String clusterType)
Valid values: ACK, ASK, cloud-product-prometheus, and Node.
|
ListDashboardsRequest.Builder |
dashboardName(String dashboardName)
The unique names of the dashboards.
|
ListDashboardsRequest.Builder |
language(String language)
The language of the returned Grafana dashboard.
|
ListDashboardsRequest.Builder |
product(String product)
The cloud service code.
|
ListDashboardsRequest.Builder |
recreateSwitch(Boolean recreateSwitch)
Specifies whether to create or query a virtual cluster.
|
ListDashboardsRequest.Builder |
regionId(String regionId)
The region ID.
|
ListDashboardsRequest.Builder |
title(String title)
The dashboard title.
|
public ListDashboardsRequest.Builder clusterId(String clusterId)
public ListDashboardsRequest.Builder clusterType(String clusterType)
public ListDashboardsRequest.Builder dashboardName(String dashboardName)
public ListDashboardsRequest.Builder language(String language)
public ListDashboardsRequest.Builder product(String product)
public ListDashboardsRequest.Builder recreateSwitch(Boolean recreateSwitch)
public ListDashboardsRequest.Builder regionId(String regionId)
public ListDashboardsRequest.Builder title(String title)
public ListDashboardsRequest build()
Copyright © 2024. All rights reserved.