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