Class DeleteObjectOptions.Builder
- java.lang.Object
-
- org.jclouds.googlecloudstorage.options.DeleteObjectOptions.Builder
-
- Enclosing class:
- DeleteObjectOptions
public static class DeleteObjectOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteObjectOptions
generation(Long generation)
DeleteObjectOptions
ifGenerationMatch(Long ifGenerationMatch)
DeleteObjectOptions
ifGenerationNotMatch(Long ifGenerationNotMatch)
DeleteObjectOptions
ifMetagenerationMatch(Long ifMetagenerationMatch)
DeleteObjectOptions
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
DeleteObjectOptions
predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-
-
-
Method Detail
-
ifGenerationMatch
public DeleteObjectOptions ifGenerationMatch(Long ifGenerationMatch)
-
ifGenerationNotMatch
public DeleteObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
-
ifMetagenerationMatch
public DeleteObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
-
ifMetagenerationNotMatch
public DeleteObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-
generation
public DeleteObjectOptions generation(Long generation)
-
predefinedAcl
public DeleteObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-
-