Uses of Interface
software.amazon.awssdk.services.ecrpublic.model.Image.Builder
-
Packages that use Image.Builder Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of Image.Builder in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return Image.Builder Modifier and Type Method Description static Image.BuilderImage. builder()default Image.BuilderImage.Builder. imageId(Consumer<ImageIdentifier.Builder> imageId)An object that contains the image tag and image digest associated with an image.Image.BuilderImage.Builder. imageId(ImageIdentifier imageId)An object that contains the image tag and image digest associated with an image.Image.BuilderImage.Builder. imageManifest(String imageManifest)The image manifest that's associated with the image.Image.BuilderImage.Builder. imageManifestMediaType(String imageManifestMediaType)The manifest media type of the image.Image.BuilderImage.Builder. registryId(String registryId)The Amazon Web Services account ID that's associated with the registry containing the image.Image.BuilderImage.Builder. repositoryName(String repositoryName)The name of the repository that's associated with the image.Image.BuilderImage. toBuilder()Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type Image.Builder Modifier and Type Method Description static Class<? extends Image.Builder>Image. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type Image.Builder Modifier and Type Method Description default PutImageResponse.BuilderPutImageResponse.Builder. image(Consumer<Image.Builder> image)Details of the image uploaded.
-