public static class AcdFlow.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
Builder()
Instantiates a new builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AcdFlow.Builder | 
addAnnotatorFlows(AnnotatorFlow annotatorFlows)
Adds an annotatorFlows to annotatorFlows. 
 | 
AcdFlow.Builder | 
annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows. 
 | 
AcdFlow | 
build()
Builds a AcdFlow. 
 | 
AcdFlow.Builder | 
cartridgeId(java.lang.String cartridgeId)
Set the cartridgeId. 
 | 
AcdFlow.Builder | 
description(java.lang.String description)
Set the description. 
 | 
AcdFlow.Builder | 
id(java.lang.String id)
Set the id. 
 | 
AcdFlow.Builder | 
name(java.lang.String name)
Set the name. 
 | 
AcdFlow.Builder | 
publish(java.lang.Boolean publish)
Set the publish. 
 | 
AcdFlow.Builder | 
publishedDate(java.lang.String publishedDate)
Set the publishedDate. 
 | 
AcdFlow.Builder | 
version(java.lang.String version)
Set the version. 
 | 
public AcdFlow build()
public AcdFlow.Builder addAnnotatorFlows(AnnotatorFlow annotatorFlows)
annotatorFlows - the new annotatorFlowspublic AcdFlow.Builder id(java.lang.String id)
id - the idpublic AcdFlow.Builder name(java.lang.String name)
name - the namepublic AcdFlow.Builder description(java.lang.String description)
description - the descriptionpublic AcdFlow.Builder publishedDate(java.lang.String publishedDate)
publishedDate - the publishedDatepublic AcdFlow.Builder publish(java.lang.Boolean publish)
publish - the publishpublic AcdFlow.Builder version(java.lang.String version)
version - the versionpublic AcdFlow.Builder cartridgeId(java.lang.String cartridgeId)
cartridgeId - the cartridgeIdpublic AcdFlow.Builder annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
annotatorFlows - the annotatorFlowsCopyright © 2022 IBM Cloud. All rights reserved.