public static final class DescribeOssObjectsResponseBody.RuleList.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOssObjectsResponseBody.RuleList |
build() |
DescribeOssObjectsResponseBody.RuleList.Builder |
count(Long count)
The number of times that the rule is hit.
|
DescribeOssObjectsResponseBody.RuleList.Builder |
name(String name)
The search keyword.
|
DescribeOssObjectsResponseBody.RuleList.Builder |
riskLevelId(Long riskLevelId)
The ID of the sensitivity level of the OSS object.
|
public DescribeOssObjectsResponseBody.RuleList.Builder count(Long count)
public DescribeOssObjectsResponseBody.RuleList.Builder name(String name)
public DescribeOssObjectsResponseBody.RuleList.Builder riskLevelId(Long riskLevelId)
* **1**: N/A, which indicates that no sensitive data is detected. * **2**: S1, which indicates the low sensitivity level. * **3**: S2, which indicates the medium sensitivity level. * **4**: S3, which indicates the high sensitivity level. * **5**: S4, which indicates the highest sensitivity level.
public DescribeOssObjectsResponseBody.RuleList build()
Copyright © 2024. All rights reserved.