public static class ListBucketOptions.Builder extends Object
Constructor and Description |
---|
ListBucketOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static ListBucketOptions |
afterMarker(String marker) |
static ListBucketOptions |
delimiter(String delimiter) |
static ListBucketOptions |
maxResults(int maxKeys) |
static ListBucketOptions |
withPrefix(String prefix) |
public static ListBucketOptions withPrefix(String prefix)
ListBucketOptions.withPrefix(String)
public static ListBucketOptions afterMarker(String marker)
public static ListBucketOptions maxResults(int maxKeys)
ListBucketOptions.maxResults(int)
public static ListBucketOptions delimiter(String delimiter)
ListBucketOptions.delimiter(String)
Copyright © 2009-2012 jclouds. All Rights Reserved.