@Generated(value="software.amazon.awssdk:codegen") public final class DeleteClusterSnapshotMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteClusterSnapshotMessage.Builder,DeleteClusterSnapshotMessage>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteClusterSnapshotMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteClusterSnapshotMessage.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteClusterSnapshotMessage.Builder> |
serializableBuilderClass() |
String |
snapshotClusterIdentifier()
The unique identifier of the cluster the snapshot was created from.
|
String |
snapshotIdentifier()
The unique identifier of the manual snapshot to be deleted.
|
DeleteClusterSnapshotMessage.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String snapshotIdentifier()
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available, failed,
or cancelled state.
Constraints: Must be the name of an existing snapshot that is in the available,
failed, or cancelled state.
public String snapshotClusterIdentifier()
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
Constraints: Must be the name of valid cluster.
public DeleteClusterSnapshotMessage.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteClusterSnapshotMessage.Builder,DeleteClusterSnapshotMessage>public static DeleteClusterSnapshotMessage.Builder builder()
public static Class<? extends DeleteClusterSnapshotMessage.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.