Interface UpdateResult.Builder

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

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

    • updateAvailable

      UpdateResult.Builder updateAvailable(Boolean updateAvailable)

      Indicates whether updated drivers or other components are available for the specified WorkSpace image.

      Parameters:
      updateAvailable - Indicates whether updated drivers or other components are available for the specified WorkSpace image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateResult.Builder description(String description)

      A description of whether updates for the WorkSpace image are pending or available.

      Parameters:
      description - A description of whether updates for the WorkSpace image are pending or available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.