Uses of Class
software.amazon.awscdk.services.omics.CfnWorkflowVersion.Builder
Packages that use CfnWorkflowVersion.Builder
-
Uses of CfnWorkflowVersion.Builder in software.amazon.awscdk.services.omics
Methods in software.amazon.awscdk.services.omics that return CfnWorkflowVersion.BuilderModifier and TypeMethodDescriptionCfnWorkflowVersion.Builder.accelerators(String accelerators) CfnWorkflowVersion.Builder.containerRegistryMap(IResolvable containerRegistryMap) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.CfnWorkflowVersion.Builder.containerRegistryMap(CfnWorkflowVersion.ContainerRegistryMapProperty containerRegistryMap) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.CfnWorkflowVersion.Builder.containerRegistryMapUri(String containerRegistryMapUri) static CfnWorkflowVersion.BuilderCfnWorkflowVersion.Builder.definitionRepository(IResolvable definitionRepository) Contains information about a source code repository that hosts the workflow definition files.CfnWorkflowVersion.Builder.definitionRepository(CfnWorkflowVersion.DefinitionRepositoryProperty definitionRepository) Contains information about a source code repository that hosts the workflow definition files.CfnWorkflowVersion.Builder.definitionUri(String definitionUri) CfnWorkflowVersion.Builder.description(String description) The description of the workflow version.CfnWorkflowVersion.Builder.parameterTemplate(Map<String, ? extends Object> parameterTemplate) CfnWorkflowVersion.Builder.parameterTemplate(IResolvable parameterTemplate) CfnWorkflowVersion.Builder.parameterTemplatePath(String parameterTemplatePath) Path to the primary workflow parameter template JSON file inside the repository.CfnWorkflowVersion.Builder.readmeMarkdown(String readmeMarkdown) The markdown content for the workflow's README file.CfnWorkflowVersion.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.CfnWorkflowVersion.Builder.storageCapacity(Number storageCapacity) CfnWorkflowVersion.Builder.storageType(String storageType) A map of resource tags.CfnWorkflowVersion.Builder.versionName(String versionName) The name of the workflow version.CfnWorkflowVersion.Builder.workflowBucketOwnerId(String workflowBucketOwnerId) CfnWorkflowVersion.Builder.workflowId(String workflowId) The workflow's ID.