Class ObjectVersionCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.model.ObjectVersionCollection.Builder
-
- Enclosing class:
- ObjectVersionCollection
public static class ObjectVersionCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectVersionCollection
build()
ObjectVersionCollection.Builder
copy(ObjectVersionCollection model)
ObjectVersionCollection.Builder
items(List<ObjectVersionSummary> items)
An array of object version summaries.ObjectVersionCollection.Builder
prefixes(List<String> prefixes)
Prefixes that are common to the results returned by the request if the request specified a delimiter.
-
-
-
Method Detail
-
items
public ObjectVersionCollection.Builder items(List<ObjectVersionSummary> items)
An array of object version summaries.- Parameters:
items
- the value to set- Returns:
- this builder
-
prefixes
public ObjectVersionCollection.Builder prefixes(List<String> prefixes)
Prefixes that are common to the results returned by the request if the request specified a delimiter.- Parameters:
prefixes
- the value to set- Returns:
- this builder
-
build
public ObjectVersionCollection build()
-
copy
public ObjectVersionCollection.Builder copy(ObjectVersionCollection model)
-
-