public class DeleteEnvironmentRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteEnvironmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironmentID() |
boolean |
getIgnoreUnderlayError() |
boolean |
getSkipDeleteUnderlay() |
String |
getWorkspaceID() |
void |
setEnvironmentID(String environmentID) |
void |
setIgnoreUnderlayError(boolean ignoreUnderlayError) |
void |
setSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
void |
setWorkspaceID(String workspaceID) |
DeleteEnvironmentRequest |
withEnvironmentId(String environmentID) |
DeleteEnvironmentRequest |
withIgnoreUnderlayError(boolean ignoreUnderlayError) |
DeleteEnvironmentRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteEnvironmentRequest |
withSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
DeleteEnvironmentRequest |
withWorkspaceID(String workspaceID) |
getRequestCredentials, setRequestCredentialspublic String getWorkspaceID()
public void setWorkspaceID(String workspaceID)
public String getEnvironmentID()
public void setEnvironmentID(String environmentID)
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
public boolean getIgnoreUnderlayError()
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public boolean getSkipDeleteUnderlay()
public DeleteEnvironmentRequest withWorkspaceID(String workspaceID)
public DeleteEnvironmentRequest withEnvironmentId(String environmentID)
public DeleteEnvironmentRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
public DeleteEnvironmentRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public DeleteEnvironmentRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.