CopyableBuilder<ModifyDBSnapshotRequest.Builder,ModifyDBSnapshotRequest>
, SdkBuilder<ModifyDBSnapshotRequest.Builder,ModifyDBSnapshotRequest>
public static interface ModifyDBSnapshotRequest.Builder extends CopyableBuilder<ModifyDBSnapshotRequest.Builder,ModifyDBSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyDBSnapshotRequest.Builder |
dbSnapshotIdentifier(String dbSnapshotIdentifier) |
The identifier of the DB snapshot to modify.
|
ModifyDBSnapshotRequest.Builder |
engineVersion(String engineVersion) |
The engine version to update the DB snapshot to.
|
copy
apply, build
ModifyDBSnapshotRequest.Builder dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier of the DB snapshot to modify.
dbSnapshotIdentifier
- The identifier of the DB snapshot to modify.ModifyDBSnapshotRequest.Builder engineVersion(String engineVersion)
The engine version to update the DB snapshot to.
engineVersion
- The engine version to update the DB snapshot to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.