org.jclouds.s3.options
Class PutBucketOptions.Builder

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

public static class PutBucketOptions.Builder
extends Object


Constructor Summary
PutBucketOptions.Builder()
           
 
Method Summary
static PutBucketOptions withBucketAcl(CannedAccessPolicy acl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutBucketOptions.Builder

public PutBucketOptions.Builder()
Method Detail

withBucketAcl

public static PutBucketOptions withBucketAcl(CannedAccessPolicy acl)
See Also:
PutBucketOptions.withBucketAcl(org.jclouds.s3.domain.CannedAccessPolicy)


Copyright © 2009-2012 jclouds. All Rights Reserved.