Interface BatchStopJobRunSuccessfulSubmission.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchStopJobRunSuccessfulSubmission.Builder,BatchStopJobRunSuccessfulSubmission>,SdkBuilder<BatchStopJobRunSuccessfulSubmission.Builder,BatchStopJobRunSuccessfulSubmission>,SdkPojo
- Enclosing class:
- BatchStopJobRunSuccessfulSubmission
public static interface BatchStopJobRunSuccessfulSubmission.Builder extends SdkPojo, CopyableBuilder<BatchStopJobRunSuccessfulSubmission.Builder,BatchStopJobRunSuccessfulSubmission>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStopJobRunSuccessfulSubmission.BuilderjobName(String jobName)The name of the job definition used in the job run that was stopped.BatchStopJobRunSuccessfulSubmission.BuilderjobRunId(String jobRunId)TheJobRunIdof the job run that was stopped.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobName
BatchStopJobRunSuccessfulSubmission.Builder jobName(String jobName)
The name of the job definition used in the job run that was stopped.
- Parameters:
jobName- The name of the job definition used in the job run that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
BatchStopJobRunSuccessfulSubmission.Builder jobRunId(String jobRunId)
The
JobRunIdof the job run that was stopped.- Parameters:
jobRunId- TheJobRunIdof the job run that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-