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 ResourceProfileCollection
build()
ResourceProfileCollection.Builder
copy(ResourceProfileCollection model)
ResourceProfileCollection.Builder
items(List<ResourceProfileSummary> items)
List of ResourceProfileSummary resourcesResourceProfileCollection.Builder
locks(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)
-
-