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