public class CancelJobRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CancelJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId() |
void |
setJobId(String jobId) |
CancelJobRequest |
withJobId(String jobId)
Configure the job ID for the request.
|
CancelJobRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getJobId()
public void setJobId(String jobId)
public CancelJobRequest withJobId(String jobId)
jobId - The ID of job that to be cancelled.public CancelJobRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2020. All rights reserved.