public static class Flow.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
Flow.Builder |
addElements(FlowEntry elements)
Adds an elements to elements.
|
Flow.Builder |
async(java.lang.Boolean async)
Set the async.
|
Flow |
build()
Builds a Flow.
|
Flow.Builder |
elements(java.util.List<FlowEntry> elements)
Set the elements.
|
public Flow build()
public Flow.Builder addElements(FlowEntry elements)
elements
- the new elementspublic Flow.Builder elements(java.util.List<FlowEntry> elements)
elements
- the elementspublic Flow.Builder async(java.lang.Boolean async)
async
- the asyncCopyright © 2022 IBM Cloud. All rights reserved.