Interface BatchStopJobRunSuccessfulSubmission.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchStopJobRunSuccessfulSubmission.Builder,
,BatchStopJobRunSuccessfulSubmission> SdkBuilder<BatchStopJobRunSuccessfulSubmission.Builder,
,BatchStopJobRunSuccessfulSubmission> SdkPojo
- Enclosing class:
BatchStopJobRunSuccessfulSubmission
@Mutable
@NotThreadSafe
public static interface BatchStopJobRunSuccessfulSubmission.Builder
extends SdkPojo, CopyableBuilder<BatchStopJobRunSuccessfulSubmission.Builder,BatchStopJobRunSuccessfulSubmission>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the job definition used in the job run that was stopped.TheJobRunId
of 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The
JobRunId
of the job run that was stopped.- Parameters:
jobRunId
- TheJobRunId
of the job run that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-