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 |
jobId(String jobId) |
The 39-character job ID for the job that you want to cancel, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
copy
apply, build
CancelJobRequest.Builder jobId(String jobId)
The 39-character job ID for the job that you want to cancel, for example
JID123e4567-e89b-12d3-a456-426655440000
.
jobId
- The 39-character job ID for the job that you want to cancel, for example
JID123e4567-e89b-12d3-a456-426655440000
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.