Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnWorkflowPropsMixin.Builder
Packages that use CfnWorkflowPropsMixin.Builder
-
Uses of CfnWorkflowPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.omics
Methods in software.amazon.awscdk.cfnpropertymixins.services.omics that return CfnWorkflowPropsMixin.BuilderModifier and TypeMethodDescriptionCfnWorkflowPropsMixin.Builder.accelerators(String accelerators) CfnWorkflowPropsMixin.Builder.containerRegistryMap(CfnWorkflowPropsMixin.ContainerRegistryMapProperty containerRegistryMap) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.CfnWorkflowPropsMixin.Builder.containerRegistryMap(IResolvable containerRegistryMap) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.CfnWorkflowPropsMixin.Builder.containerRegistryMapUri(String containerRegistryMapUri) CfnWorkflowPropsMixin.Builder.create()CfnWorkflowPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWorkflowPropsMixin.Builder.definitionRepository(CfnWorkflowPropsMixin.DefinitionRepositoryProperty definitionRepository) Contains information about a source code repository that hosts the workflow definition files.CfnWorkflowPropsMixin.Builder.definitionRepository(IResolvable definitionRepository) Contains information about a source code repository that hosts the workflow definition files.CfnWorkflowPropsMixin.Builder.definitionUri(String definitionUri) The URI of a definition for the workflow.CfnWorkflowPropsMixin.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.CfnWorkflowPropsMixin.Builder.parameterTemplate(Map<String, ? extends Object> parameterTemplate) The workflow's parameter template.CfnWorkflowPropsMixin.Builder.parameterTemplate(IResolvable parameterTemplate) The workflow's parameter template.CfnWorkflowPropsMixin.Builder.parameterTemplatePath(String parameterTemplatePath) Path to the primary workflow parameter template JSON file inside the repository.CfnWorkflowPropsMixin.Builder.readmeMarkdown(String readmeMarkdown) The markdown content for the workflow's README file.CfnWorkflowPropsMixin.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.CfnWorkflowPropsMixin.Builder.storageCapacity(Number storageCapacity) The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.CfnWorkflowPropsMixin.Builder.storageType(String storageType) Tags for the workflow.CfnWorkflowPropsMixin.Builder.workflowBucketOwnerId(String workflowBucketOwnerId) Optional workflow bucket owner ID to verify the workflow bucket.