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