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