public class ModifyBandwidthRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ModifyBandwidthRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
int |
getNewBandwidthInMbps() |
String |
getPeerConnId() |
void |
setClientToken(String clientToken) |
void |
setNewBandwidthInMbps(int newBandwidthInMbps) |
void |
setPeerConnId(String peerConnId) |
ModifyBandwidthRequest |
withNewBandwidthInMbps(int newBandwidthInMbps)
Configure bandwidthInMbps for the request.
|
ModifyBandwidthRequest |
withPeerConnId(String peerConnId)
Configure bandwidthInMbps for the request.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic ModifyBandwidthRequest withPeerConnId(String peerConnId)
peerConnId - The bandwidthInMbps of ModifyBandwidthRequest.public ModifyBandwidthRequest withNewBandwidthInMbps(int newBandwidthInMbps)
newBandwidthInMbps - The bandwidthInMbps of ModifyBandwidthRequest.public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic int getNewBandwidthInMbps()
public void setNewBandwidthInMbps(int newBandwidthInMbps)
public String getClientToken()
public void setClientToken(String clientToken)
public String getPeerConnId()
public void setPeerConnId(String peerConnId)
Copyright © 2024. All rights reserved.