public static interface GetWorkflowResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResponse.Builder |
accelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
|
GetWorkflowResponse.Builder |
accelerators(String accelerators)
The computational accelerator specified to run the workflow.
|
GetWorkflowResponse.Builder |
arn(String arn)
The workflow's ARN.
|
GetWorkflowResponse.Builder |
creationTime(Instant creationTime)
When the workflow was created.
|
GetWorkflowResponse.Builder |
definition(String definition)
The workflow's definition.
|
GetWorkflowResponse.Builder |
description(String description)
The workflow's description.
|
GetWorkflowResponse.Builder |
digest(String digest)
The workflow's digest.
|
GetWorkflowResponse.Builder |
engine(String engine)
The workflow's engine.
|
GetWorkflowResponse.Builder |
engine(WorkflowEngine engine)
The workflow's engine.
|
GetWorkflowResponse.Builder |
id(String id)
The workflow's ID.
|
GetWorkflowResponse.Builder |
main(String main)
The path of the main definition file for the workflow.
|
GetWorkflowResponse.Builder |
metadata(Map<String,String> metadata)
Gets metadata for workflow.
|
GetWorkflowResponse.Builder |
name(String name)
The workflow's name.
|
GetWorkflowResponse.Builder |
parameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
The workflow's parameter template.
|
GetWorkflowResponse.Builder |
status(String status)
The workflow's status.
|
GetWorkflowResponse.Builder |
status(WorkflowStatus status)
The workflow's status.
|
GetWorkflowResponse.Builder |
statusMessage(String statusMessage)
The workflow's status message.
|
GetWorkflowResponse.Builder |
storageCapacity(Integer storageCapacity)
The workflow's storage capacity in gigabytes.
|
GetWorkflowResponse.Builder |
tags(Map<String,String> tags)
The workflow's tags.
|
GetWorkflowResponse.Builder |
type(String type)
The workflow's type.
|
GetWorkflowResponse.Builder |
type(WorkflowType type)
The workflow's type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowResponse.Builder arn(String arn)
The workflow's ARN.
arn - The workflow's ARN.GetWorkflowResponse.Builder id(String id)
The workflow's ID.
id - The workflow's ID.GetWorkflowResponse.Builder status(String status)
The workflow's status.
status - The workflow's status.WorkflowStatus,
WorkflowStatusGetWorkflowResponse.Builder status(WorkflowStatus status)
The workflow's status.
status - The workflow's status.WorkflowStatus,
WorkflowStatusGetWorkflowResponse.Builder type(String type)
The workflow's type.
type - The workflow's type.WorkflowType,
WorkflowTypeGetWorkflowResponse.Builder type(WorkflowType type)
The workflow's type.
type - The workflow's type.WorkflowType,
WorkflowTypeGetWorkflowResponse.Builder name(String name)
The workflow's name.
name - The workflow's name.GetWorkflowResponse.Builder description(String description)
The workflow's description.
description - The workflow's description.GetWorkflowResponse.Builder engine(String engine)
The workflow's engine.
engine - The workflow's engine.WorkflowEngine,
WorkflowEngineGetWorkflowResponse.Builder engine(WorkflowEngine engine)
The workflow's engine.
engine - The workflow's engine.WorkflowEngine,
WorkflowEngineGetWorkflowResponse.Builder definition(String definition)
The workflow's definition.
definition - The workflow's definition.GetWorkflowResponse.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.GetWorkflowResponse.Builder digest(String digest)
The workflow's digest.
digest - The workflow's digest.GetWorkflowResponse.Builder parameterTemplate(Map<String,WorkflowParameter> parameterTemplate)
The workflow's parameter template.
parameterTemplate - The workflow's parameter template.GetWorkflowResponse.Builder storageCapacity(Integer storageCapacity)
The workflow's storage capacity in gigabytes.
storageCapacity - The workflow's storage capacity in gigabytes.GetWorkflowResponse.Builder creationTime(Instant creationTime)
When the workflow was created.
creationTime - When the workflow was created.GetWorkflowResponse.Builder statusMessage(String statusMessage)
The workflow's status message.
statusMessage - The workflow's status message.GetWorkflowResponse.Builder tags(Map<String,String> tags)
The workflow's tags.
tags - The workflow's tags.GetWorkflowResponse.Builder metadata(Map<String,String> metadata)
Gets metadata for workflow.
metadata - Gets metadata for workflow.GetWorkflowResponse.Builder accelerators(String accelerators)
The computational accelerator specified to run the workflow.
accelerators - The computational accelerator specified to run the workflow.Accelerators,
AcceleratorsGetWorkflowResponse.Builder accelerators(Accelerators accelerators)
The computational accelerator specified to run the workflow.
accelerators - The computational accelerator specified to run the workflow.Accelerators,
AcceleratorsCopyright © 2023. All rights reserved.