Interface Cluster.UpdateStages.WithEnableAutoStop

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

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

    Modifier and Type
    Method
    Description
    withEnableAutoStop(Boolean enableAutoStop)
    Specifies the enableAutoStop property: A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days)..
  • Method Details

    • withEnableAutoStop

      Cluster.Update withEnableAutoStop(Boolean enableAutoStop)
      Specifies the enableAutoStop property: A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days)..
      Parameters:
      enableAutoStop - A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
      Returns:
      the next definition stage.