CopyableBuilder<DeleteDBClusterSnapshotRequest.Builder,DeleteDBClusterSnapshotRequest>
, SdkBuilder<DeleteDBClusterSnapshotRequest.Builder,DeleteDBClusterSnapshotRequest>
public static interface DeleteDBClusterSnapshotRequest.Builder extends CopyableBuilder<DeleteDBClusterSnapshotRequest.Builder,DeleteDBClusterSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteDBClusterSnapshotRequest.Builder |
dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) |
The identifier of the DB cluster snapshot to delete.
|
copy
apply, build
DeleteDBClusterSnapshotRequest.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to delete.
Constraints: Must be the name of an existing DB cluster snapshot in the available
state.
dbClusterSnapshotIdentifier
- The identifier of the DB cluster snapshot to delete.
Constraints: Must be the name of an existing DB cluster snapshot in the available
state.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.