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, sdkFields
copy
applyMutation, build
ImageState.Builder status(String status)
The status of the image.
status
- The status of the image.ImageStatus
,
ImageStatus
ImageState.Builder status(ImageStatus status)
The status of the image.
status
- The status of the image.ImageStatus
,
ImageStatus
ImageState.Builder reason(String reason)
The reason for the image's status.
reason
- The reason for the image's status.