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