Interface StorageTarget.UpdateStages.WithUnknown

All Known Subinterfaces:
StorageTarget.Update
Enclosing interface:
StorageTarget.UpdateStages

public static interface StorageTarget.UpdateStages.WithUnknown
The stage of the StorageTarget update allowing to specify unknown.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the unknown property: Properties when targetType is unknown..
  • Method Details

    • withUnknown

      StorageTarget.Update withUnknown(UnknownTarget unknown)
      Specifies the unknown property: Properties when targetType is unknown..
      Parameters:
      unknown - Properties when targetType is unknown.
      Returns:
      the next definition stage.