Class CopyObjectOptions.Builder
- java.lang.Object
-
- org.jclouds.googlecloudstorage.options.CopyObjectOptions.Builder
-
- Enclosing class:
- CopyObjectOptions
public static class CopyObjectOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CopyObjectOptions
contentEncoding(String contentEncoding)
CopyObjectOptions
ifGenerationMatch(Long ifGenerationMatch)
CopyObjectOptions
ifGenerationNotMatch(Long ifGenerationNotMatch)
CopyObjectOptions
ifMetagenerationMatch(Long ifMetagenerationMatch)
CopyObjectOptions
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
CopyObjectOptions
ifSourceGenerationMatch(Long ifSourceGenerationMatch)
CopyObjectOptions
ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
CopyObjectOptions
ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
CopyObjectOptions
ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
CopyObjectOptions
name(String name)
CopyObjectOptions
predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
UpdateObjectOptions
projection(DomainResourceReferences.Projection projection)
CopyObjectOptions
sourceGeneration(Long sourceGeneration)
-
-
-
Method Detail
-
contentEncoding
public CopyObjectOptions contentEncoding(String contentEncoding)
-
name
public CopyObjectOptions name(String name)
-
ifGenerationMatch
public CopyObjectOptions ifGenerationMatch(Long ifGenerationMatch)
-
ifGenerationNotMatch
public CopyObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
-
ifMetagenerationMatch
public CopyObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
-
ifMetagenerationNotMatch
public CopyObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-
ifSourceGenerationMatch
public CopyObjectOptions ifSourceGenerationMatch(Long ifSourceGenerationMatch)
-
ifSourceGenerationNotMatch
public CopyObjectOptions ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
-
ifSourceMetagenerationMatch
public CopyObjectOptions ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
-
ifSourceMetagenerationNotMatch
public CopyObjectOptions ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
-
sourceGeneration
public CopyObjectOptions sourceGeneration(Long sourceGeneration)
-
predefinedAcl
public CopyObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-
projection
public UpdateObjectOptions projection(DomainResourceReferences.Projection projection)
-
-