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