public static final class DescribeTablesResponseBody.Items.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeTablesResponseBody.Items |
build() |
DescribeTablesResponseBody.Items.Builder |
creationTime(Long creationTime)
The point in time when the table was created.
|
DescribeTablesResponseBody.Items.Builder |
id(Long id)
The ID of the table.
|
DescribeTablesResponseBody.Items.Builder |
instanceDescription(String instanceDescription)
The description of the data asset.
|
DescribeTablesResponseBody.Items.Builder |
instanceId(Long instanceId)
The ID of the data asset to which the table belongs.
|
DescribeTablesResponseBody.Items.Builder |
instanceName(String instanceName)
The name of the data asset to which the table belongs.
|
DescribeTablesResponseBody.Items.Builder |
name(String name)
The name of the table.
|
DescribeTablesResponseBody.Items.Builder |
owner(String owner)
The Alibaba Cloud account to which the table belongs.
|
DescribeTablesResponseBody.Items.Builder |
productCode(String productCode)
The name of the service to which the table belongs.
|
DescribeTablesResponseBody.Items.Builder |
productId(String productId)
The ID of the service to which the table belongs.
|
DescribeTablesResponseBody.Items.Builder |
riskLevelId(Long riskLevelId)
The sensitivity level of the table.
|
DescribeTablesResponseBody.Items.Builder |
riskLevelName(String riskLevelName)
The name of the sensitivity level for the table.
|
DescribeTablesResponseBody.Items.Builder |
ruleList(List<DescribeTablesResponseBody.RuleList> ruleList)
The information about the sensitive data detection rules that are hit.
|
DescribeTablesResponseBody.Items.Builder |
sensitive(Boolean sensitive)
Indicates whether the table contains sensitive fields.
|
DescribeTablesResponseBody.Items.Builder |
sensitiveCount(Integer sensitiveCount)
The total number of sensitive fields in the table.
|
DescribeTablesResponseBody.Items.Builder |
sensitiveRatio(String sensitiveRatio)
The percentage of sensitive fields in the table.
|
DescribeTablesResponseBody.Items.Builder |
tenantName(String tenantName)
The name of the tenant.
|
DescribeTablesResponseBody.Items.Builder |
totalCount(Integer totalCount)
The total number of fields in the table.
|
public DescribeTablesResponseBody.Items.Builder creationTime(Long creationTime)
public DescribeTablesResponseBody.Items.Builder id(Long id)
public DescribeTablesResponseBody.Items.Builder instanceDescription(String instanceDescription)
public DescribeTablesResponseBody.Items.Builder instanceId(Long instanceId)
public DescribeTablesResponseBody.Items.Builder instanceName(String instanceName)
public DescribeTablesResponseBody.Items.Builder name(String name)
public DescribeTablesResponseBody.Items.Builder owner(String owner)
public DescribeTablesResponseBody.Items.Builder productCode(String productCode)
public DescribeTablesResponseBody.Items.Builder productId(String productId)
public DescribeTablesResponseBody.Items.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 DescribeTablesResponseBody.Items.Builder riskLevelName(String riskLevelName)
* **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 DescribeTablesResponseBody.Items.Builder ruleList(List<DescribeTablesResponseBody.RuleList> ruleList)
public DescribeTablesResponseBody.Items.Builder sensitive(Boolean sensitive)
* **true**: yes * **false**: no
public DescribeTablesResponseBody.Items.Builder sensitiveCount(Integer sensitiveCount)
public DescribeTablesResponseBody.Items.Builder sensitiveRatio(String sensitiveRatio)
public DescribeTablesResponseBody.Items.Builder tenantName(String tenantName)
public DescribeTablesResponseBody.Items.Builder totalCount(Integer totalCount)
public DescribeTablesResponseBody.Items build()
Copyright © 2024. All rights reserved.