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