Class CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty>
- Enclosing interface:
CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty
@Stability(Stable)
public static final class CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.imageMappings(List<? extends Object> imageMappings) imageMappings(IResolvable imageMappings) registryMappings(List<? extends Object> registryMappings) registryMappings(IResolvable registryMappings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageMappings
@Stability(Stable) public CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty.Builder imageMappings(IResolvable imageMappings) - Parameters:
imageMappings- Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.- Returns:
this
-
imageMappings
@Stability(Stable) public CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty.Builder imageMappings(List<? extends Object> imageMappings) - Parameters:
imageMappings- Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.- Returns:
this
-
registryMappings
@Stability(Stable) public CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty.Builder registryMappings(IResolvable registryMappings) - Parameters:
registryMappings- Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.- Returns:
this
-
registryMappings
@Stability(Stable) public CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty.Builder registryMappings(List<? extends Object> registryMappings) - Parameters:
registryMappings- Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty>- Returns:
- a new instance of
CfnWorkflowVersionPropsMixin.ContainerRegistryMapProperty - Throws:
NullPointerException- if any required attribute was not provided
-