public static interface ImageScanStatus.Builder extends SdkPojo, CopyableBuilder<ImageScanStatus.Builder,ImageScanStatus>
| Modifier and Type | Method and Description |
|---|---|
ImageScanStatus.Builder |
description(String description)
The description of the image scan status.
|
ImageScanStatus.Builder |
status(ScanStatus status)
The current state of an image scan.
|
ImageScanStatus.Builder |
status(String status)
The current state of an image scan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageScanStatus.Builder status(String status)
The current state of an image scan.
status - The current state of an image scan.ScanStatus,
ScanStatusImageScanStatus.Builder status(ScanStatus status)
The current state of an image scan.
status - The current state of an image scan.ScanStatus,
ScanStatusImageScanStatus.Builder description(String description)
The description of the image scan status.
description - The description of the image scan status.Copyright © 2021. All rights reserved.