public static interface Layer.Builder extends CopyableBuilder<Layer.Builder,Layer>
| Modifier and Type | Method and Description |
|---|---|
Layer.Builder |
layerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.
|
Layer.Builder |
layerAvailability(String layerAvailability)
The availability status of the image layer.
|
Layer.Builder |
layerDigest(String layerDigest)
The
sha256 digest of the image layer. |
Layer.Builder |
layerSize(Long layerSize)
The size, in bytes, of the image layer.
|
Layer.Builder |
mediaType(String mediaType)
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gzip or
application/vnd.oci.image.layer.v1.tar+gzip. |
copyapply, buildLayer.Builder layerDigest(String layerDigest)
The sha256 digest of the image layer.
layerDigest - The sha256 digest of the image layer.Layer.Builder layerAvailability(String layerAvailability)
The availability status of the image layer.
layerAvailability - The availability status of the image layer.LayerAvailability,
LayerAvailabilityLayer.Builder layerAvailability(LayerAvailability layerAvailability)
The availability status of the image layer.
layerAvailability - The availability status of the image layer.LayerAvailability,
LayerAvailabilityLayer.Builder layerSize(Long layerSize)
The size, in bytes, of the image layer.
layerSize - The size, in bytes, of the image layer.Layer.Builder mediaType(String mediaType)
The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or
application/vnd.oci.image.layer.v1.tar+gzip.
mediaType - The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or
application/vnd.oci.image.layer.v1.tar+gzip.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.