public class SyncDnsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
SyncDnsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
String |
getPeerConnId() |
String |
getRole() |
void |
setClientToken(String clientToken) |
void |
setPeerConnId(String peerConnId) |
void |
setRole(String role) |
SyncDnsRequest |
withPeerConnId(String peerConnId)
Configure bandwidthInMbps for the request.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
SyncDnsRequest |
withRole(String role)
Configure role for the request.
|
getRequestCredentials, setRequestCredentialspublic SyncDnsRequest withPeerConnId(String peerConnId)
peerConnId - The bandwidthInMbps of SyncDnsRequest.public SyncDnsRequest withRole(String role)
role - The role of SyncDnsRequest.public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getRole()
public void setRole(String role)
public String getClientToken()
public void setClientToken(String clientToken)
public String getPeerConnId()
public void setPeerConnId(String peerConnId)
Copyright © 2021. All rights reserved.