public static final class DescribeMetricRuleBlackListResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeMetricRuleBlackListResponseBody |
build() |
DescribeMetricRuleBlackListResponseBody.Builder |
code(String code)
The categories of the Alibaba Cloud service.
|
DescribeMetricRuleBlackListResponseBody.Builder |
describeMetricRuleBlackList(List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackList> describeMetricRuleBlackList)
The queried blacklist policies.
|
DescribeMetricRuleBlackListResponseBody.Builder |
message(String message)
The error message.
|
DescribeMetricRuleBlackListResponseBody.Builder |
requestId(String requestId)
The namespace of the cloud service.
|
DescribeMetricRuleBlackListResponseBody.Builder |
success(Boolean success)
The namespace of the cloud service.
|
DescribeMetricRuleBlackListResponseBody.Builder |
total(Integer total)
The timestamp when the blacklist policy was created.
|
public DescribeMetricRuleBlackListResponseBody.Builder code(String code)
The categories of the Alibaba Cloud service. For example, ApsaraDB for Redis includes the following categories: ApsaraDB for Redis (standard architecture), ApsaraDB for Redis (cluster architecture), and ApsaraDB for Redis (read/write splitting architecture). In this case, the valid values of this parameter for ApsaraDB for Redis include kvstore_standard
, kvstore_sharding
, and kvstore_splitrw
.
200
public DescribeMetricRuleBlackListResponseBody.Builder describeMetricRuleBlackList(List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackList> describeMetricRuleBlackList)
The queried blacklist policies.
public DescribeMetricRuleBlackListResponseBody.Builder message(String message)
The error message.
example:The Request is not authorization.
public DescribeMetricRuleBlackListResponseBody.Builder requestId(String requestId)
The namespace of the cloud service.
example:D63E76CB-29AA-5B9F-88CE-400A6F28D428
public DescribeMetricRuleBlackListResponseBody.Builder success(Boolean success)
The namespace of the cloud service.
For more information about the namespaces of different cloud services, see Appendix 1: Metrics.
example:true
public DescribeMetricRuleBlackListResponseBody.Builder total(Integer total)
The timestamp when the blacklist policy was created.
Unit: milliseconds.
example:1
public DescribeMetricRuleBlackListResponseBody build()
Copyright © 2024. All rights reserved.