Uses of Class
software.amazon.awscdk.services.omics.CfnWorkflow.Builder
Packages that use CfnWorkflow.Builder
-
Uses of CfnWorkflow.Builder in software.amazon.awscdk.services.omics
Methods in software.amazon.awscdk.services.omics that return CfnWorkflow.BuilderModifier and TypeMethodDescriptionCfnWorkflow.Builder.accelerators
(String accelerators) static CfnWorkflow.Builder
CfnWorkflow.Builder.definitionRepository
(IResolvable definitionRepository) Contains information about a source code repository that hosts the workflow definition files.CfnWorkflow.Builder.definitionRepository
(CfnWorkflow.DefinitionRepositoryProperty definitionRepository) Contains information about a source code repository that hosts the workflow definition files.CfnWorkflow.Builder.definitionUri
(String definitionUri) The URI of a definition for the workflow.CfnWorkflow.Builder.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.CfnWorkflow.Builder.parameterTemplate
(Map<String, ? extends Object> parameterTemplate) The workflow's parameter template.CfnWorkflow.Builder.parameterTemplate
(IResolvable parameterTemplate) The workflow's parameter template.CfnWorkflow.Builder.parameterTemplatePath
(String parameterTemplatePath) Path to the primary workflow parameter template JSON file inside the repository.CfnWorkflow.Builder.readmeMarkdown
(String readmeMarkdown) The markdown content for the workflow's README file.CfnWorkflow.Builder.readmePath
(String readmePath) The path to the workflow README markdown file within the repository.The S3 URI of the README file for the workflow.CfnWorkflow.Builder.storageCapacity
(Number storageCapacity) The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.CfnWorkflow.Builder.storageType
(String storageType) Tags for the workflow.CfnWorkflow.Builder.workflowBucketOwnerId
(String workflowBucketOwnerId) Optional workflow bucket owner ID to verify the workflow bucket.