Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CancelJobRequest.Builder,CancelJobRequest>
@Generated("software.amazon.awssdk:codegen") public class CancelJobRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CancelJobRequest.Builder,CancelJobRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CancelJobRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CancelJobRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
jobId() |
A list of up to 100 job IDs to cancel.
|
String |
reason() |
A message to attach to the job that explains the reason for cancelling it.
|
static Class<? extends CancelJobRequest.Builder> |
serializableBuilderClass() |
|
CancelJobRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String jobId()
A list of up to 100 job IDs to cancel.
public String reason()
A message to attach to the job that explains the reason for cancelling it. This message is returned by future DescribeJobs operations on the job. This message is also recorded in the AWS Batch activity logs.
public CancelJobRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CancelJobRequest.Builder,CancelJobRequest>
public static CancelJobRequest.Builder builder()
public static Class<? extends CancelJobRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.