public static class UpdateFlowsOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
Builder()
Instantiates a new builder. 
 | 
Builder(java.lang.String id)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFlowsOptions.Builder | 
acdFlow(AcdFlow acdFlow)
Set the acdFlow. 
 | 
UpdateFlowsOptions.Builder | 
addNewAnnotatorFlows(AnnotatorFlow newAnnotatorFlows)
Adds an newAnnotatorFlows to newAnnotatorFlows. 
 | 
UpdateFlowsOptions | 
build()
Builds a UpdateFlowsOptions. 
 | 
UpdateFlowsOptions.Builder | 
id(java.lang.String id)
Set the id. 
 | 
UpdateFlowsOptions.Builder | 
newAnnotatorFlows(java.util.List<AnnotatorFlow> newAnnotatorFlows)
Set the newAnnotatorFlows. 
 | 
UpdateFlowsOptions.Builder | 
newCartridgeId(java.lang.String newCartridgeId)
Set the newCartridgeId. 
 | 
UpdateFlowsOptions.Builder | 
newDescription(java.lang.String newDescription)
Set the newDescription. 
 | 
UpdateFlowsOptions.Builder | 
newId(java.lang.String newId)
Set the newId. 
 | 
UpdateFlowsOptions.Builder | 
newName(java.lang.String newName)
Set the newName. 
 | 
UpdateFlowsOptions.Builder | 
newPublish(java.lang.Boolean newPublish)
Set the newPublish. 
 | 
UpdateFlowsOptions.Builder | 
newPublishedDate(java.lang.String newPublishedDate)
Set the newPublishedDate. 
 | 
UpdateFlowsOptions.Builder | 
newVersion(java.lang.String newVersion)
Set the newVersion. 
 | 
public Builder()
public Builder(java.lang.String id)
id - the idpublic UpdateFlowsOptions build()
public UpdateFlowsOptions.Builder addNewAnnotatorFlows(AnnotatorFlow newAnnotatorFlows)
newAnnotatorFlows - the new newAnnotatorFlowspublic UpdateFlowsOptions.Builder id(java.lang.String id)
id - the idpublic UpdateFlowsOptions.Builder newId(java.lang.String newId)
newId - the newIdpublic UpdateFlowsOptions.Builder newName(java.lang.String newName)
newName - the newNamepublic UpdateFlowsOptions.Builder newDescription(java.lang.String newDescription)
newDescription - the newDescriptionpublic UpdateFlowsOptions.Builder newPublishedDate(java.lang.String newPublishedDate)
newPublishedDate - the newPublishedDatepublic UpdateFlowsOptions.Builder newPublish(java.lang.Boolean newPublish)
newPublish - the newPublishpublic UpdateFlowsOptions.Builder newVersion(java.lang.String newVersion)
newVersion - the newVersionpublic UpdateFlowsOptions.Builder newCartridgeId(java.lang.String newCartridgeId)
newCartridgeId - the newCartridgeIdpublic UpdateFlowsOptions.Builder newAnnotatorFlows(java.util.List<AnnotatorFlow> newAnnotatorFlows)
newAnnotatorFlows - the newAnnotatorFlowspublic UpdateFlowsOptions.Builder acdFlow(AcdFlow acdFlow)
acdFlow - the acdFlowCopyright © 2022 IBM Cloud. All rights reserved.