Interface Layer.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Layer.Builder,,- Layer> - SdkBuilder<Layer.Builder,,- Layer> - SdkPojo
- Enclosing class:
- Layer
@Mutable
@NotThreadSafe
public static interface Layer.Builder
extends SdkPojo, CopyableBuilder<Layer.Builder,Layer> 
- 
Method SummaryModifier and TypeMethodDescriptionlayerAvailability(String layerAvailability) The availability status of the image layer.layerAvailability(LayerAvailability layerAvailability) The availability status of the image layer.layerDigest(String layerDigest) Thesha256digest 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.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
layerDigestThe sha256digest of the image layer.- Parameters:
- layerDigest- The- sha256digest of the image layer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
layerAvailabilityThe 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:
 
- 
layerAvailabilityThe 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:
 
- 
layerSizeThe 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.
 
- 
mediaTypeThe media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.- Parameters:
- mediaType- The media type of the layer, such as- application/vnd.docker.image.rootfs.diff.tar.gzipor- application/vnd.oci.image.layer.v1.tar+gzip.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-