Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteClusterSnapshotRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteClusterSnapshotRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteClusterSnapshotRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteClusterSnapshotRequest.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.
|
DeleteClusterSnapshotRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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
state.
Constraints: Must be the name of an existing snapshot that is in the available
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 DeleteClusterSnapshotRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteClusterSnapshotRequest.Builder,DeleteClusterSnapshotRequest>
public static DeleteClusterSnapshotRequest.Builder builder()
public static Class<? extends DeleteClusterSnapshotRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.