public static class ListContainerOptions.ImmutableListContainerOptions extends ListContainerOptions
ListContainerOptions.Builder, ListContainerOptions.ImmutableListContainerOptions
ListOptions.ImmutableListOptions
NONE
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, withDetails
public ListContainerOptions.ImmutableListContainerOptions(ListContainerOptions delegate)
public ListContainerOptions afterMarker(String marker)
ListContainerOptions
afterMarker
in class ListContainerOptions
public String getDir()
getDir
in class ListContainerOptions
public ListContainerOptions inDirectory(String dir)
ListContainerOptions
inDirectory
in class ListContainerOptions
public boolean isDetailed()
isDetailed
in class ListContainerOptions
public boolean isRecursive()
isRecursive
in class ListContainerOptions
public ListContainerOptions maxResults(int maxKeys)
ListContainerOptions
maxResults
in class ListContainerOptions
public ListContainerOptions recursive()
ListContainerOptions
recursive
in class ListContainerOptions
public String getMarker()
getMarker
in class ListOptions
public Integer getMaxResults()
getMaxResults
in class ListOptions
public String getPrefix()
getPrefix
in class ListContainerOptions
public ListContainerOptions prefix(String prefix)
ListContainerOptions
prefix
in class ListContainerOptions
public ListContainerOptions clone()
clone
in class ListContainerOptions
public ListContainerOptions delimiter(String delimiterString)
ListContainerOptions
delimiter
in class ListContainerOptions
public String getDelimiter()
getDelimiter
in class ListContainerOptions
public String toString()
toString
in class ListContainerOptions
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.