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