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