Cluster.DefinitionStages.WithEnableStreamingIngest Interface

public static interface Cluster.DefinitionStages.WithEnableStreamingIngest

The stage of the Cluster definition allowing to specify enableStreamingIngest.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEnableStreamingIngest(Boolean enableStreamingIngest)

Specifies the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled..

Method Details

withEnableStreamingIngest

public abstract 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.

Applies to