CopyableBuilder<SubmitJobResponse.Builder,SubmitJobResponse>, SdkBuilder<SubmitJobResponse.Builder,SubmitJobResponse>public static interface SubmitJobResponse.Builder extends CopyableBuilder<SubmitJobResponse.Builder,SubmitJobResponse>
| Modifier and Type | Method | Description |
|---|---|---|
SubmitJobResponse.Builder |
jobId(String jobId) |
The unique identifier for the job.
|
SubmitJobResponse.Builder |
jobName(String jobName) |
The name of the job.
|
copyapply, 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.