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
ConstructorDescriptionStreamBuilder
(DataFlowOperations dataFlowOperations) Construct a new StreamBuilder given aDataFlowOperations
instance. -
Method Summary
Modifier and TypeMethodDescriptionFluent API method to set the name of the stream.
-
Constructor Details
-
StreamBuilder
Construct a new StreamBuilder given aDataFlowOperations
instance.- 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.StreamNameBuilder
that provides the next navigation step in the DSL.
-