Interface StorageTarget.UpdateStages.WithJunctions

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

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

    Modifier and Type
    Method
    Description
    Specifies the junctions property: List of Cache namespace junctions to target for namespace associations..
  • Method Details

    • withJunctions

      StorageTarget.Update withJunctions(List<NamespaceJunction> junctions)
      Specifies the junctions property: List of Cache namespace junctions to target for namespace associations..
      Parameters:
      junctions - List of Cache namespace junctions to target for namespace associations.
      Returns:
      the next definition stage.