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