public static class ListUsersOptions.Builder extends Object
Constructor and Description |
---|
ListUsersOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static ListUsersOptions |
marker(String marker) |
static ListUsersOptions |
maxItems(Integer maxItems) |
static ListUsersOptions |
pathPrefix(String pathPrefix) |
public static ListUsersOptions marker(String marker)
ListUsersOptions.getMarker()
public static ListUsersOptions maxItems(Integer maxItems)
ListUsersOptions.getMaxItems()
public static ListUsersOptions pathPrefix(String pathPrefix)
ListUsersOptions.getPathPrefix()
Copyright © 2009-2012 jclouds. All Rights Reserved.