Interface Cluster.UpdateStages.WithEnableStreamingIngest

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

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

    Modifier and Type
    Method
    Description
    withEnableStreamingIngest(Boolean enableStreamingIngest)
    Specifies the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled..
  • Method Details

    • withEnableStreamingIngest

      Cluster.Update withEnableStreamingIngest(Boolean enableStreamingIngest)
      Specifies the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled..
      Parameters:
      enableStreamingIngest - A boolean value that indicates if the streaming ingest is enabled.
      Returns:
      the next definition stage.