Class GovernanceRuleCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.governancerulescontrolplane.model.GovernanceRuleCollection.Builder
-
- Enclosing class:
- GovernanceRuleCollection
public static class GovernanceRuleCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GovernanceRuleCollection
build()
GovernanceRuleCollection.Builder
copy(GovernanceRuleCollection model)
GovernanceRuleCollection.Builder
items(List<GovernanceRuleSummary> items)
List of GovernanceRuleSummary objects.
-
-
-
Method Detail
-
items
public GovernanceRuleCollection.Builder items(List<GovernanceRuleSummary> items)
List of GovernanceRuleSummary objects.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public GovernanceRuleCollection build()
-
copy
public GovernanceRuleCollection.Builder copy(GovernanceRuleCollection model)
-
-