Interface WorkloadClassifier.UpdateStages.WithContext

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

public static interface WorkloadClassifier.UpdateStages.WithContext
The stage of the WorkloadClassifier update allowing to specify context.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the context property: The workload classifier context..
  • Method Details

    • withContext

      WorkloadClassifier.Update withContext(String context)
      Specifies the context property: The workload classifier context..
      Parameters:
      context - The workload classifier context.
      Returns:
      the next definition stage.