public static interface SubmitJobResponse.Builder extends BatchResponse.Builder, CopyableBuilder<SubmitJobResponse.Builder,SubmitJobResponse>
| Modifier and Type | Method and Description |
|---|---|
SubmitJobResponse.Builder |
jobId(String jobId)
The unique identifier for the job.
|
SubmitJobResponse.Builder |
jobName(String jobName)
The name of the job.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildSubmitJobResponse.Builder jobName(String jobName)
The name of the job.
jobName - The name of the job.SubmitJobResponse.Builder jobId(String jobId)
The unique identifier for the job.
jobId - The unique identifier for the job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.