Package com.oracle.bmc.opsi.model
Class ListObjects.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.ListObjects.Builder
-
- Enclosing class:
- ListObjects
public static class ListObjects.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListObjects
build()
ListObjects.Builder
copy(ListObjects model)
ListObjects.Builder
nextStartWith(String nextStartWith)
Object names returned by a list query must be greater or equal to this parameter.ListObjects.Builder
objects(List<ObjectSummary> objects)
List of the object summary data.ListObjects.Builder
prefixes(List<String> prefixes)
Array comprising of all the prefixes.
-
-
-
Method Detail
-
prefixes
public ListObjects.Builder prefixes(List<String> prefixes)
Array comprising of all the prefixes.- Parameters:
prefixes
- the value to set- Returns:
- this builder
-
nextStartWith
public ListObjects.Builder nextStartWith(String nextStartWith)
Object names returned by a list query must be greater or equal to this parameter.- Parameters:
nextStartWith
- the value to set- Returns:
- this builder
-
objects
public ListObjects.Builder objects(List<ObjectSummary> objects)
List of the object summary data.- Parameters:
objects
- the value to set- Returns:
- this builder
-
build
public ListObjects build()
-
copy
public ListObjects.Builder copy(ListObjects model)
-
-