public static final class ListPodRiskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListPodRiskRequest.Builder |
appName(String appName)
The name of the application.
|
ListPodRiskRequest |
build() |
ListPodRiskRequest.Builder |
clusterId(String clusterId)
The ID of the container cluster.
|
ListPodRiskRequest.Builder |
currentPage(Long currentPage)
The number of the page to return.
|
ListPodRiskRequest.Builder |
namespace(String namespace)
The namespace of the Kubernetes cluster.
|
ListPodRiskRequest.Builder |
pageSize(Long pageSize)
The number of entries to return on each page.
|
ListPodRiskRequest.Builder |
podName(String podName)
The name of the pod.
|
public ListPodRiskRequest.Builder appName(String appName)
The name of the application.
example:nginx1
public ListPodRiskRequest.Builder clusterId(String clusterId)
The ID of the container cluster.
example:You can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
c314aa5b2f208461dad821cdfed82****
public ListPodRiskRequest.Builder currentPage(Long currentPage)
The number of the page to return.
example:1
public ListPodRiskRequest.Builder namespace(String namespace)
The namespace of the Kubernetes cluster.
example:taas
public ListPodRiskRequest.Builder pageSize(Long pageSize)
The number of entries to return on each page. Default value: 20.
example:20
public ListPodRiskRequest.Builder podName(String podName)
The name of the pod.
example:abcd-84898334227-p****
public ListPodRiskRequest build()
Copyright © 2026. All rights reserved.