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)
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.
|
public ListObjects.Builder prefixes(List<String> prefixes)
Array comprising of all the prefixes.
prefixes
- the value to setpublic ListObjects.Builder nextStartWith(String nextStartWith)
Object names returned by a list query must be greater or equal to this parameter.
nextStartWith
- the value to setpublic ListObjects.Builder objects(List<ObjectSummary> objects)
List of the object summary data.
objects
- the value to setpublic ListObjects build()
public ListObjects.Builder copy(ListObjects model)
Copyright © 2016–2024. All rights reserved.