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