public class StreamBuilder extends Object
Constructor and Description |
---|
StreamBuilder(DataFlowOperations dataFlowOperations)
Construct a new StreamBuilder given a
DataFlowOperations instance. |
Modifier and Type | Method and Description |
---|---|
Stream.StreamNameBuilder |
name(String name)
Fluent API method to set the name of the stream.
|
public StreamBuilder(DataFlowOperations dataFlowOperations)
DataFlowOperations
instance.dataFlowOperations
- the dataflowOperations instance used to communicate to the
Data Flow serverpublic Stream.StreamNameBuilder name(String name)
name
- - The unique identifier of a Stream with the serverStream.StreamNameBuilder
that provides the next navigation step in
the DSL.Copyright © 2023 Pivotal Software, Inc.. All rights reserved.