Package org.jclouds.s3.options
Class ListBucketOptions.Builder
- java.lang.Object
-
- org.jclouds.s3.options.ListBucketOptions.Builder
-
- Enclosing class:
- ListBucketOptions
public static class ListBucketOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ListBucketOptions
afterMarker(String marker)
static ListBucketOptions
delimiter(String delimiter)
static ListBucketOptions
maxResults(int maxKeys)
static ListBucketOptions
withPrefix(String prefix)
-
-
-
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)
-
-