public static final class DescribeAssetsSecurityEventSummaryRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeAssetsSecurityEventSummaryRequest |
build() |
DescribeAssetsSecurityEventSummaryRequest.Builder |
clusterId(String clusterId)
The ID of the cluster to which the container belongs.
|
DescribeAssetsSecurityEventSummaryRequest.Builder |
containerFieldName(String containerFieldName)
The key of the condition that is used to query on containers.
|
DescribeAssetsSecurityEventSummaryRequest.Builder |
containerFieldValue(String containerFieldValue)
The value of the condition that is used to query on containers.
|
DescribeAssetsSecurityEventSummaryRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeAssetsSecurityEventSummaryRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DescribeAssetsSecurityEventSummaryRequest.Builder clusterId(String clusterId)
> You can call the [DescribeGroupedContainerInstances](~~DescribeGroupedContainerInstances~~) operation to query the IDs of clusters.
public DescribeAssetsSecurityEventSummaryRequest.Builder containerFieldName(String containerFieldName)
* **instanceId**: the ID of the container instance * **clusterId**: the ID of the cluster * **regionId**: the region ID of the container * **clusterName**: the name of the cluster * **image**: the name of the image * **imageRepoName**: the name of the image repository * **imageRepoNamespace**: the namespace to which the image repository belongs * **imageRepoTag**: the tag that is added to the image repository * **imageDigest**: the digest of the image * **ClusterType**: the type of the cluster * **hostIp**: the public IP address * **pod**: the pod * **podIp**: the IP address of the pod * **containerId**: the ID of the container * **vulStatus**: whether vulnerabilities are detected on the container * **alarmStatus**: whether alerts are generated for the container * **riskStatus**: whether risks are detected on the container * **riskLevel**: the risk level of the container * **containerScope**: the type of the container
public DescribeAssetsSecurityEventSummaryRequest.Builder containerFieldValue(String containerFieldValue)
public DescribeAssetsSecurityEventSummaryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeAssetsSecurityEventSummaryRequest.Builder sourceIp(String sourceIp)
public DescribeAssetsSecurityEventSummaryRequest build()
Copyright © 2023. All rights reserved.