public static interface AwsEcrContainerImageDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcrContainerImageDetails.Builder,AwsEcrContainerImageDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcrContainerImageDetails.Builder |
architecture(String architecture)
The architecture of the image.
|
AwsEcrContainerImageDetails.Builder |
imageDigest(String imageDigest)
The sha256 digest of the image manifest.
|
AwsEcrContainerImageDetails.Builder |
imagePublishedAt(String imagePublishedAt)
The date and time when the image was pushed to the repository.
|
AwsEcrContainerImageDetails.Builder |
imageTags(Collection<String> imageTags)
The list of tags that are associated with the image.
|
AwsEcrContainerImageDetails.Builder |
imageTags(String... imageTags)
The list of tags that are associated with the image.
|
AwsEcrContainerImageDetails.Builder |
registryId(String registryId)
The Amazon Web Services account identifier that is associated with the registry that the image belongs to.
|
AwsEcrContainerImageDetails.Builder |
repositoryName(String repositoryName)
The name of the repository that the image belongs to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcrContainerImageDetails.Builder registryId(String registryId)
The Amazon Web Services account identifier that is associated with the registry that the image belongs to.
registryId - The Amazon Web Services account identifier that is associated with the registry that the image belongs
to.AwsEcrContainerImageDetails.Builder repositoryName(String repositoryName)
The name of the repository that the image belongs to.
repositoryName - The name of the repository that the image belongs to.AwsEcrContainerImageDetails.Builder architecture(String architecture)
The architecture of the image. Valid values are as follows:
arm64
i386
x86_64
architecture - The architecture of the image. Valid values are as follows:
arm64
i386
x86_64
AwsEcrContainerImageDetails.Builder imageDigest(String imageDigest)
The sha256 digest of the image manifest.
imageDigest - The sha256 digest of the image manifest.AwsEcrContainerImageDetails.Builder imageTags(Collection<String> imageTags)
The list of tags that are associated with the image.
imageTags - The list of tags that are associated with the image.AwsEcrContainerImageDetails.Builder imageTags(String... imageTags)
The list of tags that are associated with the image.
imageTags - The list of tags that are associated with the image.AwsEcrContainerImageDetails.Builder imagePublishedAt(String imagePublishedAt)
The date and time when the image was pushed to the repository.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
imagePublishedAt - The date and time when the image was pushed to the repository.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.