public static interface CancelJobRequest.Builder extends ElasticTranscoderRequest.Builder, CopyableBuilder<CancelJobRequest.Builder,CancelJobRequest>
Modifier and Type | Method and Description |
---|---|
CancelJobRequest.Builder |
id(String id)
The identifier of the job that you want to cancel.
|
CancelJobRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
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.
CancelJobRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.