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