public static interface ImageState.Builder extends SdkPojo, CopyableBuilder<ImageState.Builder,ImageState>
| Modifier and Type | Method and Description |
|---|---|
ImageState.Builder |
reason(String reason)
The reason for the image's status.
|
ImageState.Builder |
status(ImageStatus status)
The status of the image.
|
ImageState.Builder |
status(String status)
The status of the image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageState.Builder status(String status)
The status of the image.
status - The status of the image.ImageStatus,
ImageStatusImageState.Builder status(ImageStatus status)
The status of the image.
status - The status of the image.ImageStatus,
ImageStatusImageState.Builder reason(String reason)
The reason for the image's status.
reason - The reason for the image's status.Copyright © 2023. All rights reserved.