public class BindBbcTagsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
BindBbcTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<TagModel> |
getChangeTags() |
String |
getInstanceId() |
void |
setChangeTags(List<TagModel> changeTags) |
void |
setInstanceId(String instanceId) |
BindBbcTagsRequest |
withChangeTags(List<TagModel> changeTags)
Configure the list of tags for the request.
|
BindBbcTagsRequest |
withInstanceId(String instanceId)
Configure the instance ID for the request.
|
BindBbcTagsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getInstanceId()
public void setInstanceId(String instanceId)
public BindBbcTagsRequest withChangeTags(List<TagModel> changeTags)
changeTags - The list of tags.public BindBbcTagsRequest withInstanceId(String instanceId)
instanceId - The id of instance which will be used to bind a list of tags.public BindBbcTagsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.