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