default LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.Builder.action(Consumer<LifecyclePolicyRuleAction.Builder> action) |
The type of action to be taken.
|
LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.Builder.action(LifecyclePolicyRuleAction action) |
The type of action to be taken.
|
LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.Builder.appliedRulePriority(Integer appliedRulePriority) |
The priority of the applied rule.
|
static LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.builder() |
|
LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.Builder.imageDigest(String imageDigest) |
The sha256 digest of the image manifest.
|
LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.Builder.imagePushedAt(Instant imagePushedAt) |
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the
repository.
|
LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.Builder.imageTags(String... imageTags) |
The list of tags associated with this image.
|
LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.Builder.imageTags(Collection<String> imageTags) |
The list of tags associated with this image.
|
LifecyclePolicyPreviewResult.Builder |
LifecyclePolicyPreviewResult.toBuilder() |
|