public static final class UpdateFileProtectEventStatusRequest.Builder extends Object
public UpdateFileProtectEventStatusRequest.Builder alertLevels(List<Integer> alertLevels)
The severities of alerts.
public UpdateFileProtectEventStatusRequest.Builder endTime(Long endTime)
The end of the time range to query. Unit: milliseconds.
example:1649040221
public UpdateFileProtectEventStatusRequest.Builder id(List<Long> id)
The IDs of the events.
public UpdateFileProtectEventStatusRequest.Builder instanceId(String instanceId)
The instance ID of the asset.
example:i-bp1g6wxdwps7s9dz****
public UpdateFileProtectEventStatusRequest.Builder instanceName(String instanceName)
The name of the server.
example:test
public UpdateFileProtectEventStatusRequest.Builder internetIp(String internetIp)
The public IP address of the server.
example:120.27.XX.XX
public UpdateFileProtectEventStatusRequest.Builder intranetIp(String intranetIp)
The private IP address of the server.
example:172.26.XX.XX
public UpdateFileProtectEventStatusRequest.Builder operation(String operation)
Type of operation on a file. eg:
READ
public UpdateFileProtectEventStatusRequest.Builder ruleName(String ruleName)
The name of the defense rule.
example:tetsRule
public UpdateFileProtectEventStatusRequest.Builder selectAllAcrossPages(Boolean selectAllAcrossPages)
Whether to choose all fields across industries.
true
public UpdateFileProtectEventStatusRequest.Builder startTime(Long startTime)
The beginning of the time range to query. Unit: milliseconds.
example:1680919232000
public UpdateFileProtectEventStatusRequest.Builder status(Integer status)
The handling status of the event. Valid values:
0
public UpdateFileProtectEventStatusRequest.Builder uuid(String uuid)
The UUID of the server.
example:You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
eb2c782e-64f2-4590-a86c-d90164df****
public UpdateFileProtectEventStatusRequest build()
Copyright © 2026. All rights reserved.