org.jclouds.googlecloudstorage.options
Class UpdateBucketOptions.Builder

java.lang.Object
  extended by org.jclouds.googlecloudstorage.options.UpdateBucketOptions.Builder
Enclosing class:
UpdateBucketOptions

public static class UpdateBucketOptions.Builder
extends Object


Constructor Summary
UpdateBucketOptions.Builder()
           
 
Method Summary
 UpdateBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 UpdateBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 UpdateBucketOptions predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)
           
 UpdateBucketOptions projection(DomainResourceRefferences.Projection projection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateBucketOptions.Builder

public UpdateBucketOptions.Builder()
Method Detail

ifMetagenerationMatch

public UpdateBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public UpdateBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)

projection

public UpdateBucketOptions projection(DomainResourceRefferences.Projection projection)

predefinedAcl

public UpdateBucketOptions predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.