Interface GetWorkflowVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetWorkflowVersionResponse.Builder,
,GetWorkflowVersionResponse> OmicsResponse.Builder
,SdkBuilder<GetWorkflowVersionResponse.Builder,
,GetWorkflowVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetWorkflowVersionResponse
-
Method Summary
Modifier and TypeMethodDescriptionaccelerators
(String accelerators) The accelerator for this workflow version.accelerators
(Accelerators accelerators) The accelerator for this workflow version.ARN of the workflow version.creationTime
(Instant creationTime) When the workflow version was created.definition
(String definition) Definition of the workflow version.description
(String description) Description of the workflow version.The workflow version's digest.The workflow engine for this workflow version.engine
(WorkflowEngine engine) The workflow engine for this workflow version.The path of the main definition file for the workflow.The metadata for the workflow version.parameterTemplate
(Map<String, WorkflowParameter> parameterTemplate) The parameter template for the workflow version.The workflow version statusstatus
(WorkflowStatus status) The workflow version statusstatusMessage
(String statusMessage) The workflow version status messagestorageCapacity
(Integer storageCapacity) The default run storage capacity for static storage.storageType
(String storageType) The default storage type for the run.storageType
(StorageType storageType) The default storage type for the run.The workflow version tagsThe workflow version typetype
(WorkflowType type) The workflow version typeThe universally unique identifier (UUID) value for this workflow versionversionName
(String versionName) The workflow version name.workflowBucketOwnerId
(String workflowBucketOwnerId) Amazon Web Services Id of the owner of the bucket.workflowId
(String workflowId) The workflow's ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
ARN of the workflow version.
- Parameters:
arn
- ARN of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
The workflow's ID.
- Parameters:
workflowId
- The workflow's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
The workflow version name.
- Parameters:
versionName
- The workflow version name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accelerators
The accelerator for this workflow version.
- Parameters:
accelerators
- The accelerator for this workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accelerators
The accelerator for this workflow version.
- Parameters:
accelerators
- The accelerator for this workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
When the workflow version was created.
- Parameters:
creationTime
- When the workflow version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description of the workflow version.
- Parameters:
description
- Description of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
Definition of the workflow version.
- Parameters:
definition
- Definition of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
digest
The workflow version's digest.
- Parameters:
digest
- The workflow version's digest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engine
The workflow engine for this workflow version.
- Parameters:
engine
- The workflow engine for this workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engine
The workflow engine for this workflow version.
- Parameters:
engine
- The workflow engine for this workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
main
The path of the main definition file for the workflow.
- Parameters:
main
- The path of the main definition file for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The metadata for the workflow version.
- Parameters:
metadata
- The metadata for the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterTemplate
GetWorkflowVersionResponse.Builder parameterTemplate(Map<String, WorkflowParameter> parameterTemplate) The parameter template for the workflow version.
- Parameters:
parameterTemplate
- The parameter template for the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The workflow version status
- Parameters:
status
- The workflow version status- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The workflow version status
- Parameters:
status
- The workflow version status- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The workflow version status message
- Parameters:
statusMessage
- The workflow version status message- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageType
The default storage type for the run.
- Parameters:
storageType
- The default storage type for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageType
The default storage type for the run.
- Parameters:
storageType
- The default storage type for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageCapacity
The default run storage capacity for static storage.
- Parameters:
storageCapacity
- The default run storage capacity for static storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The workflow version type
- Parameters:
type
- The workflow version type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The workflow version type
- Parameters:
type
- The workflow version type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The workflow version tags
- Parameters:
tags
- The workflow version tags- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uuid
The universally unique identifier (UUID) value for this workflow version
- Parameters:
uuid
- The universally unique identifier (UUID) value for this workflow version- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowBucketOwnerId
Amazon Web Services Id of the owner of the bucket.
- Parameters:
workflowBucketOwnerId
- Amazon Web Services Id of the owner of the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-