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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceImage
Specifies 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.
-
destinationImage
Specifies 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.
-