org.jclouds.googlecloudstorage.options
Class InsertObjectOptions.Builder

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

public static class InsertObjectOptions.Builder
extends Object


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

Constructor Detail

InsertObjectOptions.Builder

public InsertObjectOptions.Builder()
Method Detail

contentEncoding

public InsertObjectOptions contentEncoding(String contentEncoding)

name

public InsertObjectOptions name(String name)

ifGenerationMatch

public InsertObjectOptions ifGenerationMatch(Long ifGenerationMatch)

ifGenerationNotMatch

public InsertObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)

ifMetagenerationMatch

public InsertObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public InsertObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)

generation

public InsertObjectOptions generation(Long generation)

predefinedAcl

public InsertObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)

projection

public UpdateObjectOptions projection(DomainResourceReferences.Projection projection)


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