public static class ModelPatchFlowOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String crn,
String approverName,
String flowId,
String action)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
ModelPatchFlowOptions.Builder |
action(String action)
Set the action.
|
ModelPatchFlowOptions.Builder |
approverName(String approverName)
Set the approverName.
|
ModelPatchFlowOptions |
build()
Builds a ModelPatchFlowOptions.
|
ModelPatchFlowOptions.Builder |
crn(String crn)
Set the crn.
|
ModelPatchFlowOptions.Builder |
flowId(String flowId)
Set the flowId.
|
ModelPatchFlowOptions.Builder |
message(String message)
Set the message.
|
public ModelPatchFlowOptions build()
public ModelPatchFlowOptions.Builder crn(String crn)
crn
- the crnpublic ModelPatchFlowOptions.Builder approverName(String approverName)
approverName
- the approverNamepublic ModelPatchFlowOptions.Builder flowId(String flowId)
flowId
- the flowIdpublic ModelPatchFlowOptions.Builder action(String action)
action
- the actionpublic ModelPatchFlowOptions.Builder message(String message)
message
- the messageCopyright © 2021 IBM Cloud. All rights reserved.