Interface ImageState.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageState.Builder,ImageState>, SdkBuilder<ImageState.Builder,ImageState>, SdkPojo
Enclosing class:
ImageState

public static interface ImageState.Builder extends SdkPojo, CopyableBuilder<ImageState.Builder,ImageState>
  • Method Details

    • status

      ImageState.Builder status(String status)

      The status of the image.

      Parameters:
      status - The status of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the image.

      Parameters:
      status - The status of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reason

      ImageState.Builder reason(String reason)

      The reason for the status of the image.

      Parameters:
      reason - The reason for the status of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.