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