Class StreamBuilder
java.lang.Object
org.springframework.cloud.dataflow.rest.client.dsl.StreamBuilder
Represents the entry point into the Java DSL to set the name of the stream.
- Author:
- Vinicius Carvalho
-
Constructor Summary
ConstructorsConstructorDescriptionStreamBuilder(DataFlowOperations dataFlowOperations) Construct a new StreamBuilder given aDataFlowOperationsinstance. -
Method Summary
Modifier and TypeMethodDescriptionFluent API method to set the name of the stream.
-
Constructor Details
-
StreamBuilder
Construct a new StreamBuilder given aDataFlowOperationsinstance.- Parameters:
dataFlowOperations- the dataflowOperations instance used to communicate to the Data Flow server
-
-
Method Details
-
name
Fluent API method to set the name of the stream.- Parameters:
name- - The unique identifier of a Stream with the server- Returns:
- A
Stream.StreamNameBuilderthat provides the next navigation step in the DSL.
-