public static interface CreateWorkflowResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkflowResponse.Builder,CreateWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowResponse.Builder |
arn(String arn)
The workflow's ARN.
|
CreateWorkflowResponse.Builder |
id(String id)
The workflow's ID.
|
CreateWorkflowResponse.Builder |
status(String status)
The workflow's status.
|
CreateWorkflowResponse.Builder |
status(WorkflowStatus status)
The workflow's status.
|
CreateWorkflowResponse.Builder |
tags(Map<String,String> tags)
The workflow's tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowResponse.Builder arn(String arn)
The workflow's ARN.
arn - The workflow's ARN.CreateWorkflowResponse.Builder id(String id)
The workflow's ID.
id - The workflow's ID.CreateWorkflowResponse.Builder status(String status)
The workflow's status.
status - The workflow's status.WorkflowStatus,
WorkflowStatusCreateWorkflowResponse.Builder status(WorkflowStatus status)
The workflow's status.
status - The workflow's status.WorkflowStatus,
WorkflowStatusCreateWorkflowResponse.Builder tags(Map<String,String> tags)
The workflow's tags.
tags - The workflow's tags.Copyright © 2023. All rights reserved.