Interface Layer.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Layer.Builder,
,Layer> SdkBuilder<Layer.Builder,
,Layer> SdkPojo
- Enclosing class:
Layer
-
Method Summary
Modifier and TypeMethodDescriptionlayerAvailability
(String layerAvailability) The availability status of the image layer.layerAvailability
(LayerAvailability layerAvailability) The availability status of the image layer.layerDigest
(String layerDigest) Thesha256
digest of the image layer.The size, in bytes, of the image layer.The media type of the layer, such asapplication/vnd.docker.image.rootfs.diff.tar.gzip
orapplication/vnd.oci.image.layer.v1.tar+gzip
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
layerDigest
The
sha256
digest of the image layer.- Parameters:
layerDigest
- Thesha256
digest of the image layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerAvailability
The availability status of the image layer.
- Parameters:
layerAvailability
- The availability status of the image layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
layerAvailability
The availability status of the image layer.
- Parameters:
layerAvailability
- The availability status of the image layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
layerSize
The size, in bytes, of the image layer.
- Parameters:
layerSize
- The size, in bytes, of the image layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaType
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gzip
orapplication/vnd.oci.image.layer.v1.tar+gzip
.- Parameters:
mediaType
- The media type of the layer, such asapplication/vnd.docker.image.rootfs.diff.tar.gzip
orapplication/vnd.oci.image.layer.v1.tar+gzip
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-