public static class ListContainerOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
static ListContainerOptions |
afterMarker(String marker) |
static ListContainerOptions |
maxResults(int limit) |
static ListContainerOptions |
underPath(String path) |
static ListContainerOptions |
withPrefix(String prefix) |
public static ListContainerOptions afterMarker(String marker)
ListContainerOptions.afterMarker(String)
public static ListContainerOptions maxResults(int limit)
ListContainerOptions#limit(int)
public static ListContainerOptions withPrefix(String prefix)
ListContainerOptions.withPrefix(String)
public static ListContainerOptions underPath(String path)
ListContainerOptions#withPath(String)
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.