public static class ListObjects.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListObjects |
build() |
ListObjects.Builder |
copy(ListObjects model) |
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. |
ListObjects.Builder |
objects(List<ObjectSummary> objects)
An array of object summaries.
|
ListObjects.Builder |
prefixes(List<String> prefixes)
Prefixes that are common to the results returned by the request if the request specified
a delimiter.
|
public ListObjects.Builder objects(List<ObjectSummary> objects)
An array of object summaries.
objects
- the value to setpublic ListObjects.Builder prefixes(List<String> prefixes)
Prefixes that are common to the results returned by the request if the request specified a delimiter.
prefixes
- the value to setpublic 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
nextStartWith
- the value to setpublic ListObjects build()
public ListObjects.Builder copy(ListObjects model)
Copyright © 2016–2024. All rights reserved.