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 |
maxResults(int limit) |
static ListContainerOptions |
underPath(String path) |
static ListContainerOptions |
withPrefix(String prefix) |
public static ListContainerOptions afterMarker(String marker)
public static ListContainerOptions maxResults(int limit)
ListContainerOptions#limit(int)
public static ListContainerOptions withPrefix(String prefix)
public static ListContainerOptions underPath(String path)
ListContainerOptions#withPath(String)
Copyright © 2009-2012 jclouds. All Rights Reserved.