public class BindClusterToEnvironmentRequest extends AbstractBceRequest
| Constructor and Description |
|---|
BindClusterToEnvironmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterID() |
String |
getEnvironmentID() |
String |
getWorkspaceID() |
void |
setClusterID(String clusterID) |
void |
setEnvironmentID(String environmentID) |
void |
setWorkspaceID(String workspaceID) |
BindClusterToEnvironmentRequest |
withClusterID(String clusterID) |
BindClusterToEnvironmentRequest |
withEnvironmentID(String environmentID) |
BindClusterToEnvironmentRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
BindClusterToEnvironmentRequest |
withWorkspaceID(String workspaceID) |
getRequestCredentials, setRequestCredentialspublic String getWorkspaceID()
public void setWorkspaceID(String workspaceID)
public String getEnvironmentID()
public void setEnvironmentID(String environmentID)
public String getClusterID()
public void setClusterID(String clusterID)
public BindClusterToEnvironmentRequest withEnvironmentID(String environmentID)
public BindClusterToEnvironmentRequest withClusterID(String clusterID)
public BindClusterToEnvironmentRequest withWorkspaceID(String workspaceID)
public BindClusterToEnvironmentRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2023. All rights reserved.