Interface RunBatchListItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RunBatchListItem.Builder,,RunBatchListItem> SdkBuilder<RunBatchListItem.Builder,,RunBatchListItem> SdkPojo
- Enclosing class:
RunBatchListItem
@Mutable
@NotThreadSafe
public static interface RunBatchListItem.Builder
extends SdkPojo, CopyableBuilder<RunBatchListItem.Builder,RunBatchListItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ARN of the workflow run.The HealthOmics-generated identifier for the workflow run.runInternalUuid(String runInternalUuid) The universally unique identifier (UUID) for the run.runSettingId(String runSettingId) The customer-provided identifier for the run configuration.submissionFailureMessage(String submissionFailureMessage) A detailed message describing the submission failure.submissionFailureReason(String submissionFailureReason) The error category for a failed submission.submissionStatus(String submissionStatus) The submission outcome for this run.submissionStatus(SubmissionStatus submissionStatus) The submission outcome for this run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
runSettingId
The customer-provided identifier for the run configuration. Use this to correlate results back to the input configuration provided in
inlineSettingsors3UriSettings.- Parameters:
runSettingId- The customer-provided identifier for the run configuration. Use this to correlate results back to the input configuration provided ininlineSettingsors3UriSettings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
The HealthOmics-generated identifier for the workflow run. Empty if submission failed.
- Parameters:
runId- The HealthOmics-generated identifier for the workflow run. Empty if submission failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runInternalUuid
The universally unique identifier (UUID) for the run.
- Parameters:
runInternalUuid- The universally unique identifier (UUID) for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runArn
The unique ARN of the workflow run.
- Parameters:
runArn- The unique ARN of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submissionStatus
The submission outcome for this run.
- Parameters:
submissionStatus- The submission outcome for this run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submissionStatus
The submission outcome for this run.
- Parameters:
submissionStatus- The submission outcome for this run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submissionFailureReason
The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.
- Parameters:
submissionFailureReason- The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submissionFailureMessage
A detailed message describing the submission failure.
- Parameters:
submissionFailureMessage- A detailed message describing the submission failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-