public static interface BatchStopJobRunSuccessfulSubmission.Builder extends SdkPojo, CopyableBuilder<BatchStopJobRunSuccessfulSubmission.Builder,BatchStopJobRunSuccessfulSubmission>
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunSuccessfulSubmission.Builder |
jobName(String jobName)
The name of the job definition used in the job run that was stopped.
|
BatchStopJobRunSuccessfulSubmission.Builder |
jobRunId(String jobRunId)
The
JobRunId of the job run that was stopped. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchStopJobRunSuccessfulSubmission.Builder jobName(String jobName)
The name of the job definition used in the job run that was stopped.
jobName
- The name of the job definition used in the job run that was stopped.BatchStopJobRunSuccessfulSubmission.Builder jobRunId(String jobRunId)
The JobRunId
of the job run that was stopped.
jobRunId
- The JobRunId
of the job run that was stopped.Copyright © 2020. All rights reserved.