Package com.oracle.bmc.cloudguard.model
Class ManagedListCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.model.ManagedListCollection.Builder
-
- Enclosing class:
- ManagedListCollection
public static class ManagedListCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedListCollection
build()
ManagedListCollection.Builder
copy(ManagedListCollection model)
ManagedListCollection.Builder
items(List<ManagedListSummary> items)
List of ManagedListSummary resourcesManagedListCollection.Builder
locks(List<ResourceLock> locks)
Locks associated with this resource.
-
-
-
Method Detail
-
items
public ManagedListCollection.Builder items(List<ManagedListSummary> items)
List of ManagedListSummary resources- Parameters:
items
- the value to set- Returns:
- this builder
-
locks
public ManagedListCollection.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
locks
- the value to set- Returns:
- this builder
-
build
public ManagedListCollection build()
-
copy
public ManagedListCollection.Builder copy(ManagedListCollection model)
-
-