Class RewriteObjectOptions.Builder
- java.lang.Object
-
- org.jclouds.googlecloudstorage.options.RewriteObjectOptions.Builder
-
- Enclosing class:
- RewriteObjectOptions
public static class RewriteObjectOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
ifGenerationMatch
public RewriteObjectOptions ifGenerationMatch(Long ifGenerationMatch)
-
ifGenerationNotMatch
public RewriteObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
-
ifMetagenerationMatch
public RewriteObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
-
ifMetagenerationNotMatch
public RewriteObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-
ifSourceGenerationMatch
public RewriteObjectOptions ifSourceGenerationMatch(Long ifSourceGenerationMatch)
-
ifSourceGenerationNotMatch
public RewriteObjectOptions ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
-
ifSourceMetagenerationMatch
public RewriteObjectOptions ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
-
ifSourceMetagenerationNotMatch
public RewriteObjectOptions ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
-
sourceGeneration
public RewriteObjectOptions sourceGeneration(Long sourceGeneration)
-
predefinedAcl
public RewriteObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-
projection
public RewriteObjectOptions projection(DomainResourceReferences.Projection projection)
-
rewriteToken
public RewriteObjectOptions rewriteToken(String rewriteToken)
-
maxBytesRewrittenPerCall
public RewriteObjectOptions maxBytesRewrittenPerCall(Long maxBytesRewrittenPerCall)
-
-