public static final class DescribeDataLimitsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDataLimitsRequest.Builder |
auditStatus(Integer auditStatus)
Specifies whether to enable the security audit feature.
|
DescribeDataLimitsRequest |
build() |
DescribeDataLimitsRequest.Builder |
checkStatus(Integer checkStatus)
The data detection status.
|
DescribeDataLimitsRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeDataLimitsRequest.Builder |
datamaskStatus(Integer datamaskStatus)
Specifies whether DSC has the data de-identification permissions on the data asset.
|
DescribeDataLimitsRequest.Builder |
enable(Integer enable)
Specifies whether DSC has the data detection permissions on the data asset.
|
DescribeDataLimitsRequest.Builder |
endTime(Long endTime)
The end of the time range to query The value is a UNIX timestamp.
|
DescribeDataLimitsRequest.Builder |
engineType(String engineType)
The type of the database engine.
|
DescribeDataLimitsRequest.Builder |
featureType(Integer featureType)
This parameter is deprecated.
|
DescribeDataLimitsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeDataLimitsRequest.Builder |
memberAccount(Long memberAccount)
The ID of the member.
|
DescribeDataLimitsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeDataLimitsRequest.Builder |
parentId(String parentId)
The parent ID of the data asset to be queried.
|
DescribeDataLimitsRequest.Builder |
resourceType(Integer resourceType)
The type of the service to which the data asset belongs.
|
DescribeDataLimitsRequest.Builder |
serviceRegionId(String serviceRegionId)
The region in which the data asset resides.
|
DescribeDataLimitsRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query The value is a UNIX timestamp.
|
public DescribeDataLimitsRequest.Builder auditStatus(Integer auditStatus)
* **1**: yes * **0**: no
public DescribeDataLimitsRequest.Builder checkStatus(Integer checkStatus)
* **0**: The data detection is ready. * **1**: The data detection is running. * **2**: The connectivity test is in progress. * **3**: The connectivity test passed. * **4**: The connectivity test failed.
public DescribeDataLimitsRequest.Builder currentPage(Integer currentPage)
public DescribeDataLimitsRequest.Builder datamaskStatus(Integer datamaskStatus)
* **1**: yes * **0**: no
public DescribeDataLimitsRequest.Builder enable(Integer enable)
* **1**: yes * **0**: no
public DescribeDataLimitsRequest.Builder endTime(Long endTime)
public DescribeDataLimitsRequest.Builder engineType(String engineType)
public DescribeDataLimitsRequest.Builder featureType(Integer featureType)
public DescribeDataLimitsRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeDataLimitsRequest.Builder memberAccount(Long memberAccount)
public DescribeDataLimitsRequest.Builder pageSize(Integer pageSize)
public DescribeDataLimitsRequest.Builder parentId(String parentId)
* The name or ID of the MaxCompute project. * The name or ID of the OSS bucket. * The name or ID of the ApsaraDB RDS instance or database.
public DescribeDataLimitsRequest.Builder resourceType(Integer resourceType)
* **1**: MaxCompute * **2**: Object Storage Service (OSS) * **3**: AnalyticDB for MySQL * **4**: Tablestore * **5**: ApsaraDB RDS * **6**: self-managed database
public DescribeDataLimitsRequest.Builder serviceRegionId(String serviceRegionId)
public DescribeDataLimitsRequest.Builder startTime(Long startTime)
public DescribeDataLimitsRequest build()
Copyright © 2024. All rights reserved.