Class CfnWorkflow.Builder
java.lang.Object
software.amazon.awscdk.services.omics.CfnWorkflow.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflow>
- Enclosing class:
- CfnWorkflow
@Stability(Stable)
public static final class CfnWorkflow.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflow>
A fluent builder for
CfnWorkflow
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnWorkflow.Builder
definitionUri
(String definitionUri) The URI of a definition for the workflow.description
(String description) The parameter's description.An engine for the workflow.The path of the main definition file for the workflow.The workflow's name.parameterTemplate
(Map<String, ? extends Object> parameterTemplate) The workflow's parameter template.parameterTemplate
(IResolvable parameterTemplate) The workflow's parameter template.storageCapacity
(Number storageCapacity) A storage capacity for the workflow in gigabytes.Tags for the workflow.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnWorkflow.Builder
.
-
definitionUri
The URI of a definition for the workflow.- Parameters:
definitionUri
- The URI of a definition for the workflow. This parameter is required.- Returns:
this
-
description
The parameter's description.- Parameters:
description
- The parameter's description. This parameter is required.- Returns:
this
-
engine
An engine for the workflow.- Parameters:
engine
- An engine for the workflow. This parameter is required.- Returns:
this
-
main
The path of the main definition file for the workflow.- Parameters:
main
- The path of the main definition file for the workflow. This parameter is required.- Returns:
this
-
name
The workflow's name.- Parameters:
name
- The workflow's name. This parameter is required.- Returns:
this
-
parameterTemplate
The workflow's parameter template.- Parameters:
parameterTemplate
- The workflow's parameter template. This parameter is required.- Returns:
this
-
parameterTemplate
@Stability(Stable) public CfnWorkflow.Builder parameterTemplate(Map<String, ? extends Object> parameterTemplate) The workflow's parameter template.- Parameters:
parameterTemplate
- The workflow's parameter template. This parameter is required.- Returns:
this
-
storageCapacity
A storage capacity for the workflow in gigabytes.- Parameters:
storageCapacity
- A storage capacity for the workflow in gigabytes. This parameter is required.- Returns:
this
-
tags
Tags for the workflow.- Parameters:
tags
- Tags for the workflow. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWorkflow>
- Returns:
- a newly built instance of
CfnWorkflow
.
-