Class DistributedDatabasePrivateEndpointCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabasePrivateEndpointCollection.Builder
-
- Enclosing class:
- DistributedDatabasePrivateEndpointCollection
public static class DistributedDatabasePrivateEndpointCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedDatabasePrivateEndpointCollection
build()
DistributedDatabasePrivateEndpointCollection.Builder
copy(DistributedDatabasePrivateEndpointCollection model)
DistributedDatabasePrivateEndpointCollection.Builder
items(List<DistributedDatabasePrivateEndpointSummary> items)
Array of private endpoint summaries.
-
-
-
Method Detail
-
items
public DistributedDatabasePrivateEndpointCollection.Builder items(List<DistributedDatabasePrivateEndpointSummary> items)
Array of private endpoint summaries.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public DistributedDatabasePrivateEndpointCollection build()
-
copy
public DistributedDatabasePrivateEndpointCollection.Builder copy(DistributedDatabasePrivateEndpointCollection model)
-
-