Builder

class Builder

Properties

Link copied to clipboard
var name: String?

An optional user-friendly name for this run.

Link copied to clipboard

The expected AWS account ID of the owner of the output S3 bucket for this run.

Link copied to clipboard

Override the destination S3 URI for this run's outputs.

Link copied to clipboard
var parameters: <Error class: unknown class>?

Per-run workflow parameters. Merged with defaultRunSetting.parameters; values in this object take precedence when keys overlap.

Link copied to clipboard

Override the priority for this run.

Link copied to clipboard

A customer-provided unique identifier for this run configuration within the batch. After submission, use ListRunsInBatch to map each runSettingId to the HealthOmics-generated runId.

Link copied to clipboard

Per-run AWS tags. Merged with defaultRunSetting.runTags; values in this object take precedence when keys overlap.