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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListObjectsbuild()ListObjects.Buildercopy(ListObjects model)ListObjects.BuildernextStartWith(String nextStartWith)Object names returned by a list query must be greater or equal to this parameter.ListObjects.Builderobjects(List<ObjectSummary> objects)List of the object summary data.ListObjects.Builderprefixes(List<String> prefixes)Array comprising of all the prefixes.
 
- 
- 
- 
Method Detail- 
prefixespublic ListObjects.Builder prefixes(List<String> prefixes) Array comprising of all the prefixes.- Parameters:
- prefixes- the value to set
- Returns:
- this builder
 
 - 
nextStartWithpublic 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
 
 - 
objectspublic ListObjects.Builder objects(List<ObjectSummary> objects) List of the object summary data.- Parameters:
- objects- the value to set
- Returns:
- this builder
 
 - 
buildpublic ListObjects build() 
 - 
copypublic ListObjects.Builder copy(ListObjects model) 
 
- 
 
-