public static final class GetOpaClusterLabelListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetOpaClusterLabelListRequest |
build() |
GetOpaClusterLabelListRequest.Builder |
clusterId(String clusterId)
The ID of the cluster to which the container belongs.
|
GetOpaClusterLabelListRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
GetOpaClusterLabelListRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
GetOpaClusterLabelListRequest.Builder |
tagName(String tagName)
The name of the tag.
|
public GetOpaClusterLabelListRequest.Builder clusterId(String clusterId)
The ID of the cluster to which the container belongs.
example:You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters.
c556c8133b5ad4378b7fc533ddbda****
public GetOpaClusterLabelListRequest.Builder currentPage(Integer currentPage)
The page number.
example:1
public GetOpaClusterLabelListRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 200. If you leave the PageSize parameter empty, 200 entries are returned by default. Maximum value: 200.
example:We recommend that you do not leave this parameter empty.
20
public GetOpaClusterLabelListRequest.Builder tagName(String tagName)
The name of the tag.
example:test
public GetOpaClusterLabelListRequest build()
Copyright © 2026. All rights reserved.