public class ReleaseVolumeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ReleaseVolumeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoSnapshot() |
String |
getManualSnapshot() |
String |
getVolumeId() |
void |
setAutoSnapshot(String autoSnapshot) |
void |
setManualSnapshot(String manualSnapshot) |
void |
setVolumeId(String volumeId) |
ReleaseVolumeRequest |
withAutoSnapshot(String autoSnapshot) |
ReleaseVolumeRequest |
withManualSnapshot(String manualSnapshot) |
ReleaseVolumeRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ReleaseVolumeRequest |
withVolumeId(String volumeId) |
getRequestCredentials, setRequestCredentialspublic String getAutoSnapshot()
public void setAutoSnapshot(String autoSnapshot)
public String getManualSnapshot()
public void setManualSnapshot(String manualSnapshot)
public String getVolumeId()
public void setVolumeId(String volumeId)
public ReleaseVolumeRequest withVolumeId(String volumeId)
public ReleaseVolumeRequest withAutoSnapshot(String autoSnapshot)
public ReleaseVolumeRequest withManualSnapshot(String manualSnapshot)
public ReleaseVolumeRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2020. All rights reserved.