org.jclouds.s3.options
Class ListBucketOptions.Builder

java.lang.Object
  extended by org.jclouds.s3.options.ListBucketOptions.Builder
Enclosing class:
ListBucketOptions

public static class ListBucketOptions.Builder
extends Object


Constructor Summary
ListBucketOptions.Builder()
           
 
Method Summary
static ListBucketOptions afterMarker(String marker)
           
static ListBucketOptions delimiter(String delimiter)
           
static ListBucketOptions maxResults(int maxKeys)
           
static ListBucketOptions withPrefix(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBucketOptions.Builder

public ListBucketOptions.Builder()
Method Detail

withPrefix

public static ListBucketOptions withPrefix(String prefix)
See Also:
ListBucketOptions.withPrefix(String)

afterMarker

public static ListBucketOptions afterMarker(String marker)
See Also:
ListBucketOptions.afterMarker(String)

maxResults

public static ListBucketOptions maxResults(int maxKeys)
See Also:
ListBucketOptions.maxResults(int)

delimiter

public static ListBucketOptions delimiter(String delimiter)
See Also:
ListBucketOptions.delimiter(String)


Copyright © 2009-2012 jclouds. All Rights Reserved.