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