public static final class DescribeEventsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeEventsRequest |
build() |
DescribeEventsRequest.Builder |
currentPage(Integer currentPage)
The page number of the page to return.
|
DescribeEventsRequest.Builder |
dealUserId(String dealUserId)
The ID of the account that handles the anomalous event.
|
DescribeEventsRequest.Builder |
endTime(String endTime)
The end of the time range during which the anomalous events are detected.
|
DescribeEventsRequest.Builder |
id(Long id)
The unique ID of the anomalous event.
|
DescribeEventsRequest.Builder |
instanceName(String instanceName)
The name of the data asset.
|
DescribeEventsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeEventsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeEventsRequest.Builder |
productCode(String productCode)
The name of the service to which the table belongs.
|
DescribeEventsRequest.Builder |
startTime(String startTime)
The beginning of the time range during which the anomalous events are detected.
|
DescribeEventsRequest.Builder |
status(String status)
The handling status of the anomalous event.
|
DescribeEventsRequest.Builder |
subTypeCode(String subTypeCode)
The name of the anomalous event subtype.
|
DescribeEventsRequest.Builder |
targetProductCode(String targetProductCode)
The name of the destination service in an anomalous data flow.
|
DescribeEventsRequest.Builder |
typeCode(String typeCode)
The name of the anomalous event type.
|
DescribeEventsRequest.Builder |
userId(Long userId)
The ID of the account that triggered the anomalous event.
|
DescribeEventsRequest.Builder |
userName(String userName)
The username of the RAM user.
|
DescribeEventsRequest.Builder |
warnLevel(Integer warnLevel)
The risk level of the alert that is triggered.
|
public DescribeEventsRequest.Builder currentPage(Integer currentPage)
public DescribeEventsRequest.Builder dealUserId(String dealUserId)
public DescribeEventsRequest.Builder endTime(String endTime)
public DescribeEventsRequest.Builder id(Long id)
public DescribeEventsRequest.Builder instanceName(String instanceName)
public DescribeEventsRequest.Builder lang(String lang)
* **zh_cn**: Chinese * **en_us**: English
public DescribeEventsRequest.Builder pageSize(Integer pageSize)
public DescribeEventsRequest.Builder productCode(String productCode)
public DescribeEventsRequest.Builder startTime(String startTime)
public DescribeEventsRequest.Builder status(String status)
* 0: unhandled * 1: confirmed * 2: marked as false positive
public DescribeEventsRequest.Builder subTypeCode(String subTypeCode)
> You can call the **DescribeEventTypes** operation to query the name of the anomalous event subtype.
public DescribeEventsRequest.Builder targetProductCode(String targetProductCode)
public DescribeEventsRequest.Builder typeCode(String typeCode)
* 01: anomalous permission usage * 02: anomalous data flow * 03: anomalous data operation
public DescribeEventsRequest.Builder userId(Long userId)
public DescribeEventsRequest.Builder userName(String userName)
public DescribeEventsRequest.Builder warnLevel(Integer warnLevel)
* **1**: low * **2**: medium * **3**: high
public DescribeEventsRequest build()
Copyright © 2024. All rights reserved.