public static interface ObjectIdentifier.Builder extends CopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifier.Builder |
key(String key)
Key name of the object to delete.
|
ObjectIdentifier.Builder |
versionId(String versionId)
VersionId for the specific version of the object to delete.
|
copyapply, buildObjectIdentifier.Builder key(String key)
key - Key name of the object to delete.ObjectIdentifier.Builder versionId(String versionId)
versionId - VersionId for the specific version of the object to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.