Interface Cluster.DefinitionStages.WithEnableStreamingIngest

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithEnableStreamingIngest
The stage of the Cluster definition allowing to specify enableStreamingIngest.
  • Method Details

    • withEnableStreamingIngest

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