public static interface DeleteClusterSnapshotMessage.Builder extends SdkPojo, CopyableBuilder<DeleteClusterSnapshotMessage.Builder,DeleteClusterSnapshotMessage>
Modifier and Type | Method and Description |
---|---|
DeleteClusterSnapshotMessage.Builder |
snapshotClusterIdentifier(String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
DeleteClusterSnapshotMessage.Builder |
snapshotIdentifier(String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
copy
applyMutation, build
DeleteClusterSnapshotMessage.Builder snapshotIdentifier(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.
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.
DeleteClusterSnapshotMessage.Builder snapshotClusterIdentifier(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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.