Interface Cluster.UpdateStages.WithEnablePurge

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

public static interface Cluster.UpdateStages.WithEnablePurge
The stage of the Cluster update allowing to specify enablePurge.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEnablePurge(Boolean enablePurge)
    Specifies the enablePurge property: A boolean value that indicates if the purge operations are enabled..
  • Method Details

    • withEnablePurge

      Cluster.Update withEnablePurge(Boolean enablePurge)
      Specifies the enablePurge property: A boolean value that indicates if the purge operations are enabled..
      Parameters:
      enablePurge - A boolean value that indicates if the purge operations are enabled.
      Returns:
      the next definition stage.