Class ListObjects.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.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 ListObjectsbuild()ListObjects.Buildercopy(ListObjects model)ListObjects.BuildernextStartWith(String nextStartWith)The name of the object to use in the start parameter to obtain the next page of a truncated ListObjects response.ListObjects.Builderobjects(List<ObjectSummary> objects)An array of object summaries.ListObjects.Builderprefixes(List<String> prefixes)Prefixes that are common to the results returned by the request if the request specified a delimiter.
-
-
-
Method Detail
-
objects
public ListObjects.Builder objects(List<ObjectSummary> objects)
An array of object summaries.- Parameters:
objects- the value to set- Returns:
- this builder
-
prefixes
public ListObjects.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
-
nextStartWith
public ListObjects.Builder nextStartWith(String nextStartWith)
The name of the object to use in the start parameter to obtain the next page of a truncated ListObjects response.Avoid entering confidential information. Example: test/object1.log
- Parameters:
nextStartWith- the value to set- Returns:
- this builder
-
build
public ListObjects build()
-
copy
public ListObjects.Builder copy(ListObjects model)
-
-