public static final class DescribeDataLimitSetRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDataLimitSetRequest |
build() |
DescribeDataLimitSetRequest.Builder |
featureType(Integer featureType)
This parameter is deprecated.
|
DescribeDataLimitSetRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeDataLimitSetRequest.Builder |
parentId(String parentId)
The parent asset ID of the data asset.
|
DescribeDataLimitSetRequest.Builder |
resourceType(Integer resourceType)
The type of service to which the data asset belongs.
|
public DescribeDataLimitSetRequest.Builder featureType(Integer featureType)
public DescribeDataLimitSetRequest.Builder lang(String lang)
* **zh_cn**: Simplified Chinese (default) * **en_us**: English
public DescribeDataLimitSetRequest.Builder parentId(String parentId)
You can call the [DescribeDataLimitDetail](~~DescribeDataLimitDetail~~) or [DescribeDataLimits](~~DescribeDataLimits~~) operation to obtain the parent asset ID of the data asset from the value of the **ParentId** parameter.
public DescribeDataLimitSetRequest.Builder resourceType(Integer resourceType)
* **1**: MaxCompute * **2**: OSS * **3**: AnalyticDB for MySQL * **4**: Tablestore * **5**: ApsaraDB RDS
public DescribeDataLimitSetRequest build()
Copyright © 2024. All rights reserved.