public static final class ListTagResourcesRequest.Tag.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListTagResourcesRequest.Tag |
build() |
ListTagResourcesRequest.Tag.Builder |
key(String key)
The tag key.
|
ListTagResourcesRequest.Tag.Builder |
value(String value)
The tag value.
|
public ListTagResourcesRequest.Tag.Builder key(String key)
The tag key can be up to 64 characters in length, and cannot contain `http://` or `https://`. The tag key cannot start with `aliyun` or `acs:`.
public ListTagResourcesRequest.Tag.Builder value(String value)
The tag value can be up to 128 characters in length and can be an empty string.
public ListTagResourcesRequest.Tag build()
Copyright © 2024. All rights reserved.