public static final class FlowRuleOperations.Builder extends Object
Modifier and Type | Method and Description |
---|---|
FlowRuleOperations.Builder |
add(FlowRule flowRule)
Appends a flow rule add to the current stage.
|
FlowRuleOperations |
build()
Builds the immutable flow rule operations.
|
FlowRuleOperations |
build(FlowRuleOperationsContext cb)
Builds the immutable flow rule operations.
|
FlowRuleOperations.Builder |
modify(FlowRule flowRule)
Appends a flow rule modify to the current stage.
|
FlowRuleOperations.Builder |
newStage()
Closes the current stage and starts a new one.
|
FlowRuleOperations.Builder |
operation(FlowRuleOperation flowRuleOperation)
Appends an existing flow rule to the current stage.
|
FlowRuleOperations.Builder |
remove(FlowRule flowRule)
Appends a flow rule remove to the current stage.
|
public FlowRuleOperations.Builder add(FlowRule flowRule)
flowRule
- flow rulepublic FlowRuleOperations.Builder operation(FlowRuleOperation flowRuleOperation)
flowRuleOperation
- flow rule operationpublic FlowRuleOperations.Builder modify(FlowRule flowRule)
flowRule
- flow rulepublic FlowRuleOperations.Builder remove(FlowRule flowRule)
flowRule
- flow rulepublic FlowRuleOperations.Builder newStage()
public FlowRuleOperations build()
public FlowRuleOperations build(FlowRuleOperationsContext cb)
cb
- the callback to call when this operation completes