CopyableBuilder<Image.Builder,Image>
, SdkBuilder<Image.Builder,Image>
public static interface Image.Builder extends CopyableBuilder<Image.Builder,Image>
Modifier and Type | Method | Description |
---|---|---|
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.
|
copy
apply, build
Image.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.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.