public static class ContainerImageLayer.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContainerImageLayer |
build() |
ContainerImageLayer.Builder |
copy(ContainerImageLayer model) |
ContainerImageLayer.Builder |
digest(String digest)
The sha256 digest of the image layer.
|
ContainerImageLayer.Builder |
sizeInBytes(Long sizeInBytes)
The size of the layer in bytes.
|
ContainerImageLayer.Builder |
timeCreated(Date timeCreated)
An RFC 3339 timestamp indicating when the layer was created.
|
public ContainerImageLayer.Builder digest(String digest)
The sha256 digest of the image layer.
digest
- the value to setpublic ContainerImageLayer.Builder sizeInBytes(Long sizeInBytes)
The size of the layer in bytes.
sizeInBytes
- the value to setpublic ContainerImageLayer.Builder timeCreated(Date timeCreated)
An RFC 3339 timestamp indicating when the layer was created.
timeCreated
- the value to setpublic ContainerImageLayer build()
public ContainerImageLayer.Builder copy(ContainerImageLayer model)
Copyright © 2016–2024. All rights reserved.