public static final class DescribeColumnsV2Request.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeColumnsV2Request |
build() |
DescribeColumnsV2Request.Builder |
currentPage(Integer currentPage)
The page number.
|
DescribeColumnsV2Request.Builder |
instanceId(Long instanceId)
The ID of the instance to which data in the column of the table belongs.
|
DescribeColumnsV2Request.Builder |
instanceName(String instanceName)
The name of the instance to which data in the column of the table belongs.
|
DescribeColumnsV2Request.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeColumnsV2Request.Builder |
name(String name)
The search keyword.
|
DescribeColumnsV2Request.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeColumnsV2Request.Builder |
productCode(String productCode)
The name of the service to which data in the column of the table belongs.
|
DescribeColumnsV2Request.Builder |
riskLevelId(Long riskLevelId)
The ID of the sensitivity level of the data that hits the sensitive data detection rule.
|
DescribeColumnsV2Request.Builder |
ruleId(Long ruleId)
The ID of the sensitive data detection rule that data in the column of the table hits.
|
DescribeColumnsV2Request.Builder |
ruleName(String ruleName)
The name of the sensitive data detection rule that data in the column of the table hits.
|
DescribeColumnsV2Request.Builder |
sensLevelName(String sensLevelName)
The name of the sensitivity level.
|
DescribeColumnsV2Request.Builder |
tableId(String tableId)
The ID of the table to which the column belongs.
|
DescribeColumnsV2Request.Builder |
tableName(String tableName)
The name of the table.
|
public DescribeColumnsV2Request.Builder currentPage(Integer currentPage)
public DescribeColumnsV2Request.Builder instanceId(Long instanceId)
> You can call the [DescribeInstances](~~141708~~) operation to obtain the ID of the instance to which the data in the column of the table belongs.
public DescribeColumnsV2Request.Builder instanceName(String instanceName)
public DescribeColumnsV2Request.Builder lang(String lang)
* **zh_cn**: simplified Chinese * **en_us**: English
public DescribeColumnsV2Request.Builder name(String name)
For example, if you enter **test**, all columns whose names contain **test** are retrieved.
public DescribeColumnsV2Request.Builder pageSize(Integer pageSize)
public DescribeColumnsV2Request.Builder productCode(String productCode)
public DescribeColumnsV2Request.Builder riskLevelId(Long riskLevelId)
* **1**: N/A * **2**: S1 * **3**: S2 * **4**: S3 * **5**: S4
public DescribeColumnsV2Request.Builder ruleId(Long ruleId)
> You can call the [DescribeRules](~~141389~~) operation to obtain the ID of the sensitive data detection rule.
public DescribeColumnsV2Request.Builder ruleName(String ruleName)
public DescribeColumnsV2Request.Builder sensLevelName(String sensLevelName)
* **N/A**: indicates that no sensitive data is detected. * **S1**: indicates the low sensitivity level. * **S2**: indicates the medium sensitivity level. * **S3**: indicates the high sensitivity level. * **S4**: indicates the highest sensitivity level.
public DescribeColumnsV2Request.Builder tableId(String tableId)
> You can call the [DescribeTables](~~141709~~) operation to obtain the ID of the table.
public DescribeColumnsV2Request.Builder tableName(String tableName)
public DescribeColumnsV2Request build()
Copyright © 2024. All rights reserved.