ToCopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>
@Generated("software.amazon.awssdk:codegen") public class ObjectIdentifier extends Object implements ToCopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ObjectIdentifier.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ObjectIdentifier.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
Key name of the object to delete.
|
static Class<? extends ObjectIdentifier.Builder> |
serializableBuilderClass() |
|
ObjectIdentifier.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
VersionId for the specific version of the object to delete.
|
public String key()
public String versionId()
public ObjectIdentifier.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>
public static ObjectIdentifier.Builder builder()
public static Class<? extends ObjectIdentifier.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.