public static class CopyObjectOptions.Builder extends Object
Constructor and Description |
---|
CopyObjectOptions.Builder() |
Modifier and Type | Method and 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) |
public CopyObjectOptions contentEncoding(String contentEncoding)
public CopyObjectOptions name(String name)
public CopyObjectOptions ifGenerationMatch(Long ifGenerationMatch)
public CopyObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
public CopyObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
public CopyObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public CopyObjectOptions ifSourceGenerationMatch(Long ifSourceGenerationMatch)
public CopyObjectOptions ifSourceGenerationNotMatch(Long ifSourceGenerationNotMatch)
public CopyObjectOptions ifSourceMetagenerationMatch(Long ifSourceMetagenerationMatch)
public CopyObjectOptions ifSourceMetagenerationNotMatch(Long ifSourceMetagenerationNotMatch)
public CopyObjectOptions sourceGeneration(Long sourceGeneration)
public CopyObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
public UpdateObjectOptions projection(DomainResourceReferences.Projection projection)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.