Class CfnWorkflowVersionPropsMixin.ImageMappingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnWorkflowVersionPropsMixin.ImageMappingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.ImageMappingProperty>
- Enclosing interface:
CfnWorkflowVersionPropsMixin.ImageMappingProperty
@Stability(Stable)
public static final class CfnWorkflowVersionPropsMixin.ImageMappingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.ImageMappingProperty>
A builder for
CfnWorkflowVersionPropsMixin.ImageMappingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationImage(String destinationImage) Sets the value ofCfnWorkflowVersionPropsMixin.ImageMappingProperty.getDestinationImage()sourceImage(String sourceImage) Sets the value ofCfnWorkflowVersionPropsMixin.ImageMappingProperty.getSourceImage()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationImage
@Stability(Stable) public CfnWorkflowVersionPropsMixin.ImageMappingProperty.Builder destinationImage(String destinationImage) Sets the value ofCfnWorkflowVersionPropsMixin.ImageMappingProperty.getDestinationImage()- Parameters:
destinationImage- Specifies the URI of the corresponding image in the private ECR registry.- Returns:
this
-
sourceImage
@Stability(Stable) public CfnWorkflowVersionPropsMixin.ImageMappingProperty.Builder sourceImage(String sourceImage) Sets the value ofCfnWorkflowVersionPropsMixin.ImageMappingProperty.getSourceImage()- Parameters:
sourceImage- Specifies the URI of the source image in the upstream registry.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.ImageMappingProperty>- Returns:
- a new instance of
CfnWorkflowVersionPropsMixin.ImageMappingProperty - Throws:
NullPointerException- if any required attribute was not provided
-