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