public static final class DescribeEventLevelCountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeEventLevelCountRequest |
build() |
DescribeEventLevelCountRequest.Builder |
clusterId(String clusterId)
The ID of the container cluster.
|
DescribeEventLevelCountRequest.Builder |
containerFieldName(String containerFieldName)
The key of the condition that is used to query alert events on containers.
|
DescribeEventLevelCountRequest.Builder |
containerFieldValue(String containerFieldValue)
The value of the condition that is used to query alert events on containers.
|
DescribeEventLevelCountRequest.Builder |
containerIds(String containerIds)
The ID of the container.
|
DescribeEventLevelCountRequest.Builder |
from(String from)
The ID of the request source.
|
DescribeEventLevelCountRequest.Builder |
multiAccountActionType(Integer multiAccountActionType)
The type of the accounts that you want to query.
|
DescribeEventLevelCountRequest.Builder |
targetType(String targetType)
The type of the query condition.
|
public DescribeEventLevelCountRequest.Builder clusterId(String clusterId)
The ID of the container cluster.
example:You can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
c7e3c5b420a7947c2933303144688****
public DescribeEventLevelCountRequest.Builder containerFieldName(String containerFieldName)
The key of the condition that is used to query alert events on containers. Valid values:
clusterId
public DescribeEventLevelCountRequest.Builder containerFieldValue(String containerFieldValue)
The value of the condition that is used to query alert events on containers. If you specify multiple values, separate them with commas (,).
example:c951761046a9c4afe92be0a7b5bexxxxx
public DescribeEventLevelCountRequest.Builder containerIds(String containerIds)
The ID of the container.
example:xxxxxx30389a10c28f6d38f2398f0dcexxxxxxx922b9e8290dc7c3019d4a8,48b87f2c0662e334820f436cb9133f1ae4e053d39b6fad42xxxxxxxxxx
public DescribeEventLevelCountRequest.Builder from(String from)
The ID of the request source. Set the value to sas.
example:sas
public DescribeEventLevelCountRequest.Builder multiAccountActionType(Integer multiAccountActionType)
The type of the accounts that you want to query. Default value: 0. Valid values:
0
public DescribeEventLevelCountRequest.Builder targetType(String targetType)
The type of the query condition. Valid values:
uuid
public DescribeEventLevelCountRequest build()
Copyright © 2026. All rights reserved.