public static interface StartRunRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<StartRunRequest.Builder,StartRunRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartRunRequest.Builder workflowId(String workflowId)
The run's workflow ID.
workflowId - The run's workflow ID.StartRunRequest.Builder workflowType(String workflowType)
The run's workflows type.
workflowType - The run's workflows type.WorkflowType,
WorkflowTypeStartRunRequest.Builder workflowType(WorkflowType workflowType)
The run's workflows type.
workflowType - The run's workflows type.WorkflowType,
WorkflowTypeStartRunRequest.Builder runId(String runId)
The run's ID.
runId - The run's ID.StartRunRequest.Builder roleArn(String roleArn)
A service role for the run.
roleArn - A service role for the run.StartRunRequest.Builder name(String name)
A name for the run.
name - A name for the run.StartRunRequest.Builder runGroupId(String runGroupId)
The run's group ID.
runGroupId - The run's group ID.StartRunRequest.Builder priority(Integer priority)
A priority for the run.
priority - A priority for the run.StartRunRequest.Builder parameters(Document parameters)
Parameters for the run.
parameters - Parameters for the run.StartRunRequest.Builder storageCapacity(Integer storageCapacity)
A storage capacity for the run in gigabytes.
storageCapacity - A storage capacity for the run in gigabytes.StartRunRequest.Builder outputUri(String outputUri)
An output URI for the run.
outputUri - An output URI for the run.StartRunRequest.Builder logLevel(String logLevel)
A log level for the run.
logLevel - A log level for the run.RunLogLevel,
RunLogLevelStartRunRequest.Builder logLevel(RunLogLevel logLevel)
A log level for the run.
logLevel - A log level for the run.RunLogLevel,
RunLogLevelStartRunRequest.Builder tags(Map<String,String> tags)
Tags for the run.
tags - Tags for the run.StartRunRequest.Builder requestId(String requestIdValue)
To ensure that requests don't run multiple times, specify a unique ID for each request.
requestIdValue - To ensure that requests don't run multiple times, specify a unique ID for each request.StartRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.