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