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 ComposeObjectOptionsdestinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)ComposeObjectOptionsifMetagenerationMatch(Long ifMetagenerationMatch)ComposeObjectOptionsifMetagenerationNotMatch(Long ifMetagenerationNotMatch) 
 - 
 
- 
- 
Method Detail
- 
ifMetagenerationMatch
public ComposeObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
 
- 
ifMetagenerationNotMatch
public ComposeObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
 
- 
destinationPredefinedAcl
public ComposeObjectOptions destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
 
 - 
 
 -