Package org.jclouds.s3.options
Class ListBucketOptions.Builder
java.lang.Object
org.jclouds.s3.options.ListBucketOptions.Builder
- Enclosing class:
 ListBucketOptions
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ListBucketOptionsafterMarker(String marker) static ListBucketOptionsstatic ListBucketOptionsmaxResults(int maxKeys) static ListBucketOptionswithPrefix(String prefix)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
withPrefix
- See Also:
 
 - 
afterMarker
- See Also:
 
 - 
maxResults
- See Also:
 
 - 
delimiter
- See Also:
 
 
 -