CopyableBuilder<CancelJobRequest.Builder,CancelJobRequest>
, SdkBuilder<CancelJobRequest.Builder,CancelJobRequest>
public static interface CancelJobRequest.Builder extends CopyableBuilder<CancelJobRequest.Builder,CancelJobRequest>
Modifier and Type | Method | Description |
---|---|---|
CancelJobRequest.Builder |
id(String id) |
The identifier of the job that you want to cancel.
|
copy
apply, build
CancelJobRequest.Builder id(String id)
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
,
use the ListJobsByStatus API action.
id
- The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of
Submitted
, use the ListJobsByStatus API action.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.