public static class ListContainerOptions.Builder extends Object
Constructor and Description |
---|
ListContainerOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static ListContainerOptions |
afterMarker(String marker) |
static ListContainerOptions |
delimiter(String delimiterString) |
static ListContainerOptions |
inDirectory(String directory)
Deprecated.
superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.
|
static ListContainerOptions |
maxResults(int maxKeys) |
static ListContainerOptions |
prefix(String prefix) |
static ListContainerOptions |
recursive() |
static ListContainerOptions |
withDetails() |
@Deprecated public static ListContainerOptions inDirectory(String directory)
public static ListContainerOptions afterMarker(String marker)
public static ListContainerOptions maxResults(int maxKeys)
ListContainerOptions.maxResults(int)
public static ListContainerOptions recursive()
ListContainerOptions.recursive()
public static ListContainerOptions withDetails()
ListContainerOptions.withDetails()
public static ListContainerOptions prefix(String prefix)
ListContainerOptions.prefix(String)
public static ListContainerOptions delimiter(String delimiterString)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.