public static final class ListClusterPluginInfoResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListClusterPluginInfoResponseBody.Data |
build() |
ListClusterPluginInfoResponseBody.Data.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
ListClusterPluginInfoResponseBody.Data.Builder |
clusterName(String clusterName)
The name of the cluster.
|
ListClusterPluginInfoResponseBody.Data.Builder |
clusterStatus(String clusterStatus)
The status of the cluster.
|
ListClusterPluginInfoResponseBody.Data.Builder |
nodePluginInfoList(List<ListClusterPluginInfoResponseBody.NodePluginInfoList> nodePluginInfoList)
The plug-ins.
|
public ListClusterPluginInfoResponseBody.Data.Builder clusterId(String clusterId)
The ID of the cluster.
example:c8ca91e0907d94efaba7fb0827eb9****
public ListClusterPluginInfoResponseBody.Data.Builder clusterName(String clusterName)
The name of the cluster.
example:lmftest
public ListClusterPluginInfoResponseBody.Data.Builder clusterStatus(String clusterStatus)
The status of the cluster. Valid values:
ABNORMAL
public ListClusterPluginInfoResponseBody.Data.Builder nodePluginInfoList(List<ListClusterPluginInfoResponseBody.NodePluginInfoList> nodePluginInfoList)
The plug-ins.
public ListClusterPluginInfoResponseBody.Data build()
Copyright © 2026. All rights reserved.