public static interface ImageScanState.Builder extends SdkPojo, CopyableBuilder<ImageScanState.Builder,ImageScanState>
| Modifier and Type | Method and Description |
|---|---|
ImageScanState.Builder |
reason(String reason)
The reason for the scan status for the image.
|
ImageScanState.Builder |
status(ImageScanStatus status)
The current state of vulnerability scans for the image.
|
ImageScanState.Builder |
status(String status)
The current state of vulnerability scans for the image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageScanState.Builder status(String status)
The current state of vulnerability scans for the image.
status - The current state of vulnerability scans for the image.ImageScanStatus,
ImageScanStatusImageScanState.Builder status(ImageScanStatus status)
The current state of vulnerability scans for the image.
status - The current state of vulnerability scans for the image.ImageScanStatus,
ImageScanStatusImageScanState.Builder reason(String reason)
The reason for the scan status for the image.
reason - The reason for the scan status for the image.Copyright © 2023. All rights reserved.