public static final class UntagResourcesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UntagResourcesRequest.Builder |
all(Boolean all)
Specifies whether to delete all tags from the message template.
|
UntagResourcesRequest |
build() |
UntagResourcesRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
UntagResourcesRequest.Builder |
prodCode(String prodCode)
The name of the cloud service.
|
UntagResourcesRequest.Builder |
regionId(String regionId)
The region.
|
UntagResourcesRequest.Builder |
resourceId(List<String> resourceId)
The array of message template codes.
|
UntagResourcesRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
UntagResourcesRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
UntagResourcesRequest.Builder |
resourceType(String resourceType)
The type of the resource.
|
UntagResourcesRequest.Builder |
tagKey(List<String> tagKey)
The array of tag keys.
|
public UntagResourcesRequest.Builder all(Boolean all)
Specifies whether to delete all tags from the message template. Valid values:
false
public UntagResourcesRequest.Builder ownerId(Long ownerId)
public UntagResourcesRequest.Builder prodCode(String prodCode)
The name of the cloud service. Set the value to dysms.
example:dysms
public UntagResourcesRequest.Builder regionId(String regionId)
The region. Set the value to cn-hangzhou.
This parameter is required.
example:cn-hangzhou
public UntagResourcesRequest.Builder resourceId(List<String> resourceId)
The array of message template codes. You can specify 1 to 20 message templates.
example:SMS_23423423
public UntagResourcesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UntagResourcesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UntagResourcesRequest.Builder resourceType(String resourceType)
The type of the resource. Set the value to TEMPLATE.
This parameter is required.
example:TEMPLATE
public UntagResourcesRequest.Builder tagKey(List<String> tagKey)
The array of tag keys. You can specify 1 to 20 tag keys.
example:TestKey
public UntagResourcesRequest build()
Copyright © 2026. All rights reserved.