public static interface ImageTagDetail.Builder extends SdkPojo, CopyableBuilder<ImageTagDetail.Builder,ImageTagDetail>
| Modifier and Type | Method and Description |
|---|---|
ImageTagDetail.Builder |
createdAt(Instant createdAt)
The time stamp indicating when the image tag was created.
|
default ImageTagDetail.Builder |
imageDetail(Consumer<ReferencedImageDetail.Builder> imageDetail)
An object that describes the details of an image.
|
ImageTagDetail.Builder |
imageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
|
ImageTagDetail.Builder |
imageTag(String imageTag)
The tag associated with the image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageTagDetail.Builder imageTag(String imageTag)
The tag associated with the image.
imageTag - The tag associated with the image.ImageTagDetail.Builder createdAt(Instant createdAt)
The time stamp indicating when the image tag was created.
createdAt - The time stamp indicating when the image tag was created.ImageTagDetail.Builder imageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
imageDetail - An object that describes the details of an image.default ImageTagDetail.Builder imageDetail(Consumer<ReferencedImageDetail.Builder> imageDetail)
An object that describes the details of an image.
This is a convenience method that creates an instance of theReferencedImageDetail.Builder avoiding
the need to create one manually via ReferencedImageDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to imageDetail(ReferencedImageDetail).imageDetail - a consumer that will call methods on ReferencedImageDetail.BuilderimageDetail(ReferencedImageDetail)Copyright © 2022. All rights reserved.