Class CfnWorkflowVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnWorkflowVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin>
- Enclosing class:
CfnWorkflowVersionPropsMixin
@Stability(Stable)
public static final class CfnWorkflowVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin>
A fluent builder for
CfnWorkflowVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionaccelerators(String accelerators) build()containerRegistryMap(CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty containerRegistryMap) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.containerRegistryMap(IResolvable containerRegistryMap) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.containerRegistryMapUri(String containerRegistryMapUri) create()create(CfnPropertyMixinOptions options) definitionRepository(CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty definitionRepository) Contains information about a source code repository that hosts the workflow definition files.definitionRepository(IResolvable definitionRepository) Contains information about a source code repository that hosts the workflow definition files.definitionUri(String definitionUri) description(String description) The description of the workflow version.parameterTemplate(Map<String, ? extends Object> parameterTemplate) parameterTemplate(IResolvable parameterTemplate) parameterTemplatePath(String parameterTemplatePath) Path to the primary workflow parameter template JSON file inside the repository.readmeMarkdown(String readmeMarkdown) The markdown content for the workflow's README file.readmePath(String readmePath) The path to the workflow README markdown file within the repository.The S3 URI of the README file for the workflow.storageCapacity(Number storageCapacity) storageType(String storageType) A map of resource tags.versionName(String versionName) The name of the workflow version.workflowBucketOwnerId(String workflowBucketOwnerId) workflowId(String workflowId) The workflow's ID.
-
Method Details
-
create
@Stability(Stable) public static CfnWorkflowVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWorkflowVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWorkflowVersionPropsMixin.Builder.
-
accelerators
- Parameters:
accelerators- This parameter is required.- Returns:
this- See Also:
-
containerRegistryMap
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder containerRegistryMap(IResolvable containerRegistryMap) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries.For more information, see Container images in the AWS HealthOmics User Guide .
- Parameters:
containerRegistryMap- Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. This parameter is required.- Returns:
this- See Also:
-
containerRegistryMap
@Stability(Stable) public 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.For more information, see Container images in the AWS HealthOmics User Guide .
- Parameters:
containerRegistryMap- Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. This parameter is required.- Returns:
this- See Also:
-
containerRegistryMapUri
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder containerRegistryMapUri(String containerRegistryMapUri) - Parameters:
containerRegistryMapUri- This parameter is required.- Returns:
this- See Also:
-
definitionRepository
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder definitionRepository(IResolvable definitionRepository) Contains information about a source code repository that hosts the workflow definition files.- Parameters:
definitionRepository- Contains information about a source code repository that hosts the workflow definition files. This parameter is required.- Returns:
this- See Also:
-
definitionRepository
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder definitionRepository(CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty definitionRepository) Contains information about a source code repository that hosts the workflow definition files.- Parameters:
definitionRepository- Contains information about a source code repository that hosts the workflow definition files. This parameter is required.- Returns:
this- See Also:
-
definitionUri
- Parameters:
definitionUri- This parameter is required.- Returns:
this- See Also:
-
description
The description of the workflow version.- Parameters:
description- The description of the workflow version. This parameter is required.- Returns:
this- See Also:
-
engine
- Parameters:
engine- This parameter is required.- Returns:
this- See Also:
-
main
- Parameters:
main- This parameter is required.- Returns:
this- See Also:
-
parameterTemplate
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder parameterTemplate(IResolvable parameterTemplate) - Parameters:
parameterTemplate- This parameter is required.- Returns:
this- See Also:
-
parameterTemplate
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder parameterTemplate(Map<String, ? extends Object> parameterTemplate) - Parameters:
parameterTemplate- This parameter is required.- Returns:
this- See Also:
-
parameterTemplatePath
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder parameterTemplatePath(String parameterTemplatePath) Path to the primary workflow parameter template JSON file inside the repository.- Parameters:
parameterTemplatePath- Path to the primary workflow parameter template JSON file inside the repository. This parameter is required.- Returns:
this- See Also:
-
readmeMarkdown
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder readmeMarkdown(String readmeMarkdown) The markdown content for the workflow's README file.This provides documentation and usage information for users of the workflow.
- Parameters:
readmeMarkdown- The markdown content for the workflow's README file. This parameter is required.- Returns:
this- See Also:
-
readmePath
The path to the workflow README markdown file within the repository.This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
- Parameters:
readmePath- The path to the workflow README markdown file within the repository. This parameter is required.- Returns:
this- See Also:
-
readmeUri
The S3 URI of the README file for the workflow.This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
- Parameters:
readmeUri- The S3 URI of the README file for the workflow. This parameter is required.- Returns:
this- See Also:
-
storageCapacity
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder storageCapacity(Number storageCapacity) - Parameters:
storageCapacity- This parameter is required.- Returns:
this- See Also:
-
storageType
- Parameters:
storageType- This parameter is required.- Returns:
this- See Also:
-
tags
A map of resource tags.- Parameters:
tags- A map of resource tags. This parameter is required.- Returns:
this- See Also:
-
versionName
The name of the workflow version.- Parameters:
versionName- The name of the workflow version. This parameter is required.- Returns:
this- See Also:
-
workflowBucketOwnerId
@Stability(Stable) public CfnWorkflowVersionPropsMixin.Builder workflowBucketOwnerId(String workflowBucketOwnerId) - Parameters:
workflowBucketOwnerId- This parameter is required.- Returns:
this- See Also:
-
workflowId
The workflow's ID.- Parameters:
workflowId- The workflow's ID. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin>- Returns:
- a newly built instance of
CfnWorkflowVersionPropsMixin.
-