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