public static final class DescribeOssObjectsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOssObjectsRequest |
build() |
DescribeOssObjectsRequest.Builder |
currentPage(Integer currentPage)
The page number of the page to return.
|
DescribeOssObjectsRequest.Builder |
fileCategoryCode(Long fileCategoryCode)
The code of the file type.
|
DescribeOssObjectsRequest.Builder |
instanceId(String instanceId)
The ID of the instance to which the OSS object belongs.
|
DescribeOssObjectsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeOssObjectsRequest.Builder |
lastScanTimeEnd(Long lastScanTimeEnd)
The end time of the last scan.
|
DescribeOssObjectsRequest.Builder |
lastScanTimeStart(Long lastScanTimeStart)
The start time of the last scan.
|
DescribeOssObjectsRequest.Builder |
marker(Long marker)
Marker.
|
DescribeOssObjectsRequest.Builder |
name(String name)
The search keyword.
|
DescribeOssObjectsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeOssObjectsRequest.Builder |
riskLevelId(Integer riskLevelId)
The sensitivity level of the OSS object.
|
DescribeOssObjectsRequest.Builder |
ruleId(Long ruleId)
The ID of the sensitive data detection rule that the OSS object hits.
|
DescribeOssObjectsRequest.Builder |
serviceRegionId(String serviceRegionId)
The region in which the data asset resides.
|
DescribeOssObjectsRequest.Builder |
templateId(Long templateId)
The ID of the industry-specific rule template.
|
public DescribeOssObjectsRequest.Builder currentPage(Integer currentPage)
public DescribeOssObjectsRequest.Builder fileCategoryCode(Long fileCategoryCode)
public DescribeOssObjectsRequest.Builder instanceId(String instanceId)
> You can call the **DescribeInstances** operation to query the instance ID.
public DescribeOssObjectsRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeOssObjectsRequest.Builder lastScanTimeEnd(Long lastScanTimeEnd)
public DescribeOssObjectsRequest.Builder lastScanTimeStart(Long lastScanTimeStart)
public DescribeOssObjectsRequest.Builder marker(Long marker)
public DescribeOssObjectsRequest.Builder name(String name)
public DescribeOssObjectsRequest.Builder pageSize(Integer pageSize)
public DescribeOssObjectsRequest.Builder riskLevelId(Integer 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 DescribeOssObjectsRequest.Builder ruleId(Long ruleId)
> You can call the **DescribeRules** operation to query the ID of the sensitive data detection rule.
public DescribeOssObjectsRequest.Builder serviceRegionId(String serviceRegionId)
public DescribeOssObjectsRequest.Builder templateId(Long templateId)
public DescribeOssObjectsRequest build()
Copyright © 2024. All rights reserved.