public static interface Image.Builder extends CopyableBuilder<Image.Builder,Image>
| Modifier and Type | Method and Description |
|---|---|
default Image.Builder |
imageId(Consumer<ImageIdentifier.Builder> imageId)
An object containing the image tag and image digest associated with an image.
|
Image.Builder |
imageId(ImageIdentifier imageId)
An object containing the image tag and image digest associated with an image.
|
Image.Builder |
imageManifest(String imageManifest)
The image manifest associated with the image.
|
Image.Builder |
registryId(String registryId)
The AWS account ID associated with the registry containing the image.
|
Image.Builder |
repositoryName(String repositoryName)
The name of the repository associated with the image.
|
copyapply, buildImage.Builder registryId(String registryId)
The AWS account ID associated with the registry containing the image.
registryId - The AWS account ID associated with the registry containing the image.Image.Builder repositoryName(String repositoryName)
The name of the repository associated with the image.
repositoryName - The name of the repository associated with the image.Image.Builder imageId(ImageIdentifier imageId)
An object containing the image tag and image digest associated with an image.
imageId - An object containing the image tag and image digest associated with an image.default Image.Builder imageId(Consumer<ImageIdentifier.Builder> imageId)
An object containing the image tag and image digest associated with an image.
This is a convenience 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 associated with the image.
imageManifest - The image manifest associated with the image.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.