public static class ListContainerOptions.ImmutableListContainerOptions extends ListContainerOptions
ListContainerOptions.Builder, ListContainerOptions.ImmutableListContainerOptionsListOptions.ImmutableListOptionsNONE| Constructor and Description |
|---|
ListContainerOptions.ImmutableListContainerOptions(ListContainerOptions delegate) |
| Modifier and Type | Method and Description |
|---|---|
ListContainerOptions |
afterMarker(String marker)
Place to continue a listing at.
|
ListContainerOptions |
clone() |
ListContainerOptions |
delimiter(String delimiterString)
specify the delimiter to be used when listing
|
String |
getDelimiter() |
String |
getDir() |
String |
getMarker() |
Integer |
getMaxResults() |
String |
getPrefix() |
ListContainerOptions |
inDirectory(String dir)
This will list the contents of a virtual or real directory path.
|
boolean |
isDetailed() |
boolean |
isRecursive() |
ListContainerOptions |
maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body.
|
ListContainerOptions |
prefix(String prefix)
Only list keys that start with the supplied prefix
|
ListContainerOptions |
recursive()
return a listing of all objects inside the store, recursively.
|
String |
toString() |
equals, hashCode, withDetailspublic ListContainerOptions.ImmutableListContainerOptions(ListContainerOptions delegate)
public ListContainerOptions afterMarker(String marker)
ListContainerOptionsafterMarker in class ListContainerOptionspublic String getDir()
getDir in class ListContainerOptionspublic ListContainerOptions inDirectory(String dir)
ListContainerOptionsinDirectory in class ListContainerOptionspublic boolean isDetailed()
isDetailed in class ListContainerOptionspublic boolean isRecursive()
isRecursive in class ListContainerOptionspublic ListContainerOptions maxResults(int maxKeys)
ListContainerOptionsmaxResults in class ListContainerOptionspublic ListContainerOptions recursive()
ListContainerOptionsrecursive in class ListContainerOptionspublic String getMarker()
getMarker in class ListOptionspublic Integer getMaxResults()
getMaxResults in class ListOptionspublic String getPrefix()
getPrefix in class ListContainerOptionspublic ListContainerOptions prefix(String prefix)
ListContainerOptionsprefix in class ListContainerOptionspublic ListContainerOptions clone()
clone in class ListContainerOptionspublic ListContainerOptions delimiter(String delimiterString)
ListContainerOptionsdelimiter in class ListContainerOptionspublic String getDelimiter()
getDelimiter in class ListContainerOptionspublic String toString()
toString in class ListContainerOptionsCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.