public static final class SetImageSensitiveFileStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SetImageSensitiveFileStatusRequest |
build() |
SetImageSensitiveFileStatusRequest.Builder |
idList(List<Long> idList)
The IDs of the sensitive files.
|
SetImageSensitiveFileStatusRequest.Builder |
imageUuids(String imageUuids)
The UUID of the image.
|
SetImageSensitiveFileStatusRequest.Builder |
scanRange(List<String> scanRange)
The types of the assets that are scanned.
|
SetImageSensitiveFileStatusRequest.Builder |
sensitiveFileKey(String sensitiveFileKey)
The alert type of the sensitive file.
|
SetImageSensitiveFileStatusRequest.Builder |
status(Integer status)
The status of the sensitive file.
|
public SetImageSensitiveFileStatusRequest.Builder idList(List<Long> idList)
The IDs of the sensitive files.
public SetImageSensitiveFileStatusRequest.Builder imageUuids(String imageUuids)
The UUID of the image. Separate multiple UUIDs with commas (,).
example:f382fccd88b94c5c8c864def6815b854,ac32fccd88b94c5c8c864def6815bo9z
public SetImageSensitiveFileStatusRequest.Builder scanRange(List<String> scanRange)
The types of the assets that are scanned.
public SetImageSensitiveFileStatusRequest.Builder sensitiveFileKey(String sensitiveFileKey)
The alert type of the sensitive file. Valid values:
pem
public SetImageSensitiveFileStatusRequest.Builder status(Integer status)
The status of the sensitive file. Valid values:
0
public SetImageSensitiveFileStatusRequest build()
Copyright © 2026. All rights reserved.