public static class RunPipelineWithFlowOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String flowId,
Boolean returnAnalyzedText)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
RunPipelineWithFlowOptions.Builder |
analyticFlowBeanInput(AnalyticFlowBeanInput analyticFlowBeanInput)
Set the analyticFlowBeanInput.
|
RunPipelineWithFlowOptions |
build()
Builds a RunPipelineWithFlowOptions.
|
RunPipelineWithFlowOptions.Builder |
debugTextRestore(Boolean debugTextRestore)
Set the debugTextRestore.
|
RunPipelineWithFlowOptions.Builder |
flowId(String flowId)
Set the flowId.
|
RunPipelineWithFlowOptions.Builder |
returnAnalyzedText(Boolean returnAnalyzedText)
Set the returnAnalyzedText.
|
RunPipelineWithFlowOptions.Builder |
text(String text)
Set the text.
|
public RunPipelineWithFlowOptions build()
public RunPipelineWithFlowOptions.Builder flowId(String flowId)
flowId
- the flowIdpublic RunPipelineWithFlowOptions.Builder returnAnalyzedText(Boolean returnAnalyzedText)
returnAnalyzedText
- the returnAnalyzedTextpublic RunPipelineWithFlowOptions.Builder debugTextRestore(Boolean debugTextRestore)
debugTextRestore
- the debugTextRestorepublic RunPipelineWithFlowOptions.Builder analyticFlowBeanInput(AnalyticFlowBeanInput analyticFlowBeanInput)
analyticFlowBeanInput
- the analyticFlowBeanInputpublic RunPipelineWithFlowOptions.Builder text(String text)
text
- the textCopyright © 2021 IBM Cloud. All rights reserved.