Interface ImageDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ImageDetails.Builder,,- ImageDetails> - SdkBuilder<ImageDetails.Builder,,- ImageDetails> - SdkPojo
- Enclosing class:
- ImageDetails
@Mutable
@NotThreadSafe
public static interface ImageDetails.Builder
extends SdkPojo, CopyableBuilder<ImageDetails.Builder,ImageDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe URI of the container image.imageDigest(String imageDigest) The container image digest.sourceImage(String sourceImage) URI of the source 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- 
imageThe URI of the container image. - Parameters:
- image- The URI of the container image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageDigestThe container image digest. If the image URI was transformed, this will be the digest of the container image referenced by the transformed URI. - Parameters:
- imageDigest- The container image digest. If the image URI was transformed, this will be the digest of the container image referenced by the transformed URI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceImageURI of the source registry. If the URI is from a third-party registry, Amazon Web Services HealthOmics transforms the URI to the corresponding ECR path, using the pull-through cache mapping rules. - Parameters:
- sourceImage- URI of the source registry. If the URI is from a third-party registry, Amazon Web Services HealthOmics transforms the URI to the corresponding ECR path, using the pull-through cache mapping rules.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-