public static interface ContainerImage.Builder extends SdkPojo, CopyableBuilder<ContainerImage.Builder,ContainerImage>
Modifier and Type | Method and Description |
---|---|
ContainerImage.Builder |
createdAt(Instant createdAt)
The timestamp when the container image was created.
|
ContainerImage.Builder |
digest(String digest)
The digest of the container image.
|
ContainerImage.Builder |
image(String image)
The name of the container image.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ContainerImage.Builder image(String image)
The name of the container image.
image
- The name of the container image.ContainerImage.Builder digest(String digest)
The digest of the container image.
digest
- The digest of the container image.ContainerImage.Builder createdAt(Instant createdAt)
The timestamp when the container image was created.
createdAt
- The timestamp when the container image was created.