public class RemoteCopyImageRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RemoteCopyImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDestRegion() |
String |
getImageId() |
String |
getName() |
void |
setDestRegion(List<String> destRegion) |
void |
setImageId(String imageId) |
void |
setName(String name) |
RemoteCopyImageRequest |
withDestRegion(List<String> destRegion)
Configure imageId for the request.
|
RemoteCopyImageRequest |
withImageId(String imageId)
Configure imageId for the request.
|
RemoteCopyImageRequest |
withname(String name)
Configure name for the request.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getImageId()
public void setImageId(String imageId)
public String getName()
public void setName(String name)
public RemoteCopyImageRequest withImageId(String imageId)
imageId - The id of image.public RemoteCopyImageRequest withname(String name)
name - The name of image.public RemoteCopyImageRequest withDestRegion(List<String> destRegion)
destRegion - The id of destRegion.public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.