Class InsertObjectOptions.Builder
- java.lang.Object
-
- org.jclouds.googlecloudstorage.options.InsertObjectOptions.Builder
-
- Enclosing class:
- InsertObjectOptions
public static class InsertObjectOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
InsertObjectOptions
projection(DomainResourceReferences.Projection projection)
-
-
-
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 InsertObjectOptions projection(DomainResourceReferences.Projection projection)
-
-