Interface ImageMapping.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ImageMapping.Builder,,- ImageMapping> - SdkBuilder<ImageMapping.Builder,,- ImageMapping> - SdkPojo
- Enclosing class:
- ImageMapping
@Mutable
@NotThreadSafe
public static interface ImageMapping.Builder
extends SdkPojo, CopyableBuilder<ImageMapping.Builder,ImageMapping> 
- 
Method SummaryModifier and TypeMethodDescriptiondestinationImage(String destinationImage) Specifies the URI of the corresponding image in the private ECR registry.sourceImage(String sourceImage) Specifies the URI of the source image in the upstream registry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceImageSpecifies the URI of the source image in the upstream registry. - Parameters:
- sourceImage- Specifies the URI of the source image in the upstream registry.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationImageSpecifies the URI of the corresponding image in the private ECR registry. - Parameters:
- destinationImage- Specifies the URI of the corresponding image in the private ECR registry.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-