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