public class CopyObjectOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
CopyObjectOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
CopyObjectOptions() |
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) |
CopyObjectOptions |
projection(DomainResourceReferences.Projection projection) |
CopyObjectOptions |
sourceGeneration(Long sourceGeneration) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
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 CopyObjectOptions projection(DomainResourceReferences.Projection projection)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.