public static class UpdateObjectOptions.Builder extends Object
Constructor and Description |
---|
UpdateObjectOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateObjectOptions |
generation(Long generation) |
UpdateObjectOptions |
ifGenerationMatch(Long ifGenerationMatch) |
UpdateObjectOptions |
ifGenerationNotMatch(Long ifGenerationNotMatch) |
UpdateObjectOptions |
ifMetagenerationMatch(Long ifMetagenerationMatch) |
UpdateObjectOptions |
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch) |
UpdateObjectOptions |
predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl) |
UpdateBucketOptions |
projection(DomainResourceReferences.Projection projection) |
public UpdateObjectOptions ifGenerationMatch(Long ifGenerationMatch)
public UpdateObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
public UpdateObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
public UpdateObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public UpdateObjectOptions generation(Long generation)
public UpdateObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
public UpdateBucketOptions projection(DomainResourceReferences.Projection projection)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.