org.jclouds.googlecloudstorage.options
Class InsertObjectOptions.Builder
java.lang.Object
org.jclouds.googlecloudstorage.options.InsertObjectOptions.Builder
- Enclosing class:
- InsertObjectOptions
public static class InsertObjectOptions.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertObjectOptions.Builder
public InsertObjectOptions.Builder()
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.