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