Interface Cluster.DefinitionStages.WithEnableAutoStop

    • Method Detail

      • withEnableAutoStop

        Cluster.DefinitionStages.WithCreate 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.