public static final class ImageArchive.Update
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
withCreateDate(java.time.Instant createDate)
Set the create date for the image archive.
|
void |
withNewLayer(Layer layer)
Add a new layer to the image archive.
|
void |
withTag(ImageReference tag)
Set the tag for the image archive.
|
void |
withUpdatedConfig(java.util.function.Consumer<ImageConfig.Update> update)
Apply updates to the
ImageConfig. |
public void withUpdatedConfig(java.util.function.Consumer<ImageConfig.Update> update)
ImageConfig.update - consumer to apply updatespublic void withNewLayer(Layer layer)
layer - the layer to addpublic void withCreateDate(java.time.Instant createDate)
createDate - the create datepublic void withTag(ImageReference tag)
tag - the tag