org.jclouds.googlecloudstorage.options
Class UpdateObjectOptions.Builder

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

public static class UpdateObjectOptions.Builder
extends Object


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

Constructor Detail

UpdateObjectOptions.Builder

public UpdateObjectOptions.Builder()
Method Detail

ifGenerationMatch

public UpdateObjectOptions ifGenerationMatch(Long ifGenerationMatch)

ifGenerationNotMatch

public UpdateObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)

ifMetagenerationMatch

public UpdateObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public UpdateObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)

generation

public UpdateObjectOptions generation(Long generation)

predefinedAcl

public UpdateObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)

projection

public UpdateBucketOptions projection(DomainResourceReferences.Projection projection)


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