public static interface Image.Builder extends SdkPojo, CopyableBuilder<Image.Builder,Image>
| Modifier and Type | Method and Description |
|---|---|
default Image.Builder |
imageId(Consumer<ImageIdentifier.Builder> imageId)
An object that contains the image tag and image digest associated with an image.
|
Image.Builder |
imageId(ImageIdentifier imageId)
An object that contains the image tag and image digest associated with an image.
|
Image.Builder |
imageManifest(String imageManifest)
The image manifest that's associated with the image.
|
Image.Builder |
imageManifestMediaType(String imageManifestMediaType)
The manifest media type of the image.
|
Image.Builder |
registryId(String registryId)
The Amazon Web Services account ID that's associated with the registry containing the image.
|
Image.Builder |
repositoryName(String repositoryName)
The name of the repository that's associated with the image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImage.Builder registryId(String registryId)
The Amazon Web Services account ID that's associated with the registry containing the image.
registryId - The Amazon Web Services account ID that's associated with the registry containing the image.Image.Builder repositoryName(String repositoryName)
The name of the repository that's associated with the image.
repositoryName - The name of the repository that's associated with the image.Image.Builder imageId(ImageIdentifier imageId)
An object that contains the image tag and image digest associated with an image.
imageId - An object that contains the image tag and image digest associated with an image.default Image.Builder imageId(Consumer<ImageIdentifier.Builder> imageId)
An object that contains the image tag and image digest associated with an image.
This is a convenience method that creates an instance of theImageIdentifier.Builder avoiding the
need to create one manually via ImageIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to imageId(ImageIdentifier).
imageId - a consumer that will call methods on ImageIdentifier.BuilderimageId(ImageIdentifier)Image.Builder imageManifest(String imageManifest)
The image manifest that's associated with the image.
imageManifest - The image manifest that's associated with the image.Image.Builder imageManifestMediaType(String imageManifestMediaType)
The manifest media type of the image.
imageManifestMediaType - The manifest media type of the image.Copyright © 2023. All rights reserved.