public static interface CreateWorkflowRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest.Builder |
accelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
|
CreateWorkflowRequest.Builder |
accelerators(String accelerators)
The computational accelerator specified to run the workflow.
|
CreateWorkflowRequest.Builder |
definitionUri(String definitionUri)
The URI of a definition for the workflow.
|
CreateWorkflowRequest.Builder |
definitionZip(SdkBytes definitionZip)
A ZIP archive for the workflow.
|
CreateWorkflowRequest.Builder |
description(String description)
A description for the workflow.
|
CreateWorkflowRequest.Builder |
engine(String engine)
An engine for the workflow.
|
CreateWorkflowRequest.Builder |
engine(WorkflowEngine engine)
An engine for the workflow.
|
CreateWorkflowRequest.Builder |
main(String main)
The path of the main definition file for the workflow.
|
CreateWorkflowRequest.Builder |
name(String name)
A name for the workflow.
|
CreateWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkflowRequest.Builder |
parameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
A parameter template for the workflow.
|
CreateWorkflowRequest.Builder |
requestId(String requestIdValue)
To ensure that requests don't run multiple times, specify a unique ID for each request.
|
CreateWorkflowRequest.Builder |
storageCapacity(Integer storageCapacity)
A storage capacity for the workflow in gigabytes.
|
CreateWorkflowRequest.Builder |
tags(Map<String,String> tags)
Tags for the workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowRequest.Builder name(String name)
A name for the workflow.
name - A name for the workflow.CreateWorkflowRequest.Builder description(String description)
A description for the workflow.
description - A description for the workflow.CreateWorkflowRequest.Builder engine(String engine)
An engine for the workflow.
engine - An engine for the workflow.WorkflowEngine,
WorkflowEngineCreateWorkflowRequest.Builder engine(WorkflowEngine engine)
An engine for the workflow.
engine - An engine for the workflow.WorkflowEngine,
WorkflowEngineCreateWorkflowRequest.Builder definitionZip(SdkBytes definitionZip)
A ZIP archive for the workflow.
definitionZip - A ZIP archive for the workflow.CreateWorkflowRequest.Builder definitionUri(String definitionUri)
The URI of a definition for the workflow.
definitionUri - The URI of a definition for the workflow.CreateWorkflowRequest.Builder main(String main)
The path of the main definition file for the workflow.
main - The path of the main definition file for the workflow.CreateWorkflowRequest.Builder parameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
A parameter template for the workflow.
parameterTemplate - A parameter template for the workflow.CreateWorkflowRequest.Builder storageCapacity(Integer storageCapacity)
A storage capacity for the workflow in gigabytes.
storageCapacity - A storage capacity for the workflow in gigabytes.CreateWorkflowRequest.Builder tags(Map<String,String> tags)
Tags for the workflow.
tags - Tags for the workflow.CreateWorkflowRequest.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.CreateWorkflowRequest.Builder accelerators(String accelerators)
The computational accelerator specified to run the workflow.
accelerators - The computational accelerator specified to run the workflow.Accelerators,
AcceleratorsCreateWorkflowRequest.Builder accelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
accelerators - The computational accelerator specified to run the workflow.Accelerators,
AcceleratorsCreateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.