Class RulePosition.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.RulePosition.Builder
-
- Enclosing class:
- RulePosition
public static class RulePosition.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RulePosition.Builder
afterRule(String afterRule)
Identifier for rule after which this rule lies.RulePosition.Builder
beforeRule(String beforeRule)
Identifier for rule before which this rule lies.RulePosition
build()
RulePosition.Builder
copy(RulePosition model)
-
-
-
Method Detail
-
beforeRule
public RulePosition.Builder beforeRule(String beforeRule)
Identifier for rule before which this rule lies.- Parameters:
beforeRule
- the value to set- Returns:
- this builder
-
afterRule
public RulePosition.Builder afterRule(String afterRule)
Identifier for rule after which this rule lies.- Parameters:
afterRule
- the value to set- Returns:
- this builder
-
build
public RulePosition build()
-
copy
public RulePosition.Builder copy(RulePosition model)
-
-