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