Uses of Interface
software.amazon.awssdk.services.ecr.model.Layer.Builder
-
Packages that use Layer.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of Layer.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return Layer.Builder Modifier and Type Method Description static Layer.BuilderLayer. builder()Layer.BuilderLayer.Builder. layerAvailability(String layerAvailability)The availability status of the image layer.Layer.BuilderLayer.Builder. layerAvailability(LayerAvailability layerAvailability)The availability status of the image layer.Layer.BuilderLayer.Builder. layerDigest(String layerDigest)Thesha256digest of the image layer.Layer.BuilderLayer.Builder. layerSize(Long layerSize)The size, in bytes, of the image layer.Layer.BuilderLayer.Builder. mediaType(String mediaType)The media type of the layer, such asapplication/vnd.docker.image.rootfs.diff.tar.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.Layer.BuilderLayer. toBuilder()Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type Layer.Builder Modifier and Type Method Description static Class<? extends Layer.Builder>Layer. serializableBuilderClass()
-