public static final class DescribeProjectMetaRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeProjectMetaRequest |
build() |
DescribeProjectMetaRequest.Builder |
labels(String labels)
The tags.
|
DescribeProjectMetaRequest.Builder |
pageNumber(Integer pageNumber)
The page number.
|
DescribeProjectMetaRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
public DescribeProjectMetaRequest.Builder labels(String labels)
You can filter services only by the tag whose `name` is `product`. Example: {"name":"product","value":"ECS"}. > We recommend that you do not use the special tags in the CloudMonitor console.
public DescribeProjectMetaRequest.Builder pageNumber(Integer pageNumber)
Valid values: 1 to 100. Default value: 1.
public DescribeProjectMetaRequest.Builder pageSize(Integer pageSize)
Valid values: 1 to 10000. Default value: 30. > The value of this parameter is not limited. You can view a large number of entries per page.
public DescribeProjectMetaRequest build()
Copyright © 2023. All rights reserved.