public static interface RecoverySnapshot.Builder extends SdkPojo, CopyableBuilder<RecoverySnapshot.Builder,RecoverySnapshot>
| Modifier and Type | Method and Description |
|---|---|
RecoverySnapshot.Builder |
ebsSnapshots(Collection<String> ebsSnapshots)
A list of EBS snapshots.
|
RecoverySnapshot.Builder |
ebsSnapshots(String... ebsSnapshots)
A list of EBS snapshots.
|
RecoverySnapshot.Builder |
expectedTimestamp(String expectedTimestamp)
The timestamp of when we expect the snapshot to be taken.
|
RecoverySnapshot.Builder |
snapshotID(String snapshotID)
The ID of the Recovery Snapshot.
|
RecoverySnapshot.Builder |
sourceServerID(String sourceServerID)
The ID of the Source Server that the snapshot was taken for.
|
RecoverySnapshot.Builder |
timestamp(String timestamp)
The actual timestamp that the snapshot was taken.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoverySnapshot.Builder ebsSnapshots(Collection<String> ebsSnapshots)
A list of EBS snapshots.
ebsSnapshots - A list of EBS snapshots.RecoverySnapshot.Builder ebsSnapshots(String... ebsSnapshots)
A list of EBS snapshots.
ebsSnapshots - A list of EBS snapshots.RecoverySnapshot.Builder expectedTimestamp(String expectedTimestamp)
The timestamp of when we expect the snapshot to be taken.
expectedTimestamp - The timestamp of when we expect the snapshot to be taken.RecoverySnapshot.Builder snapshotID(String snapshotID)
The ID of the Recovery Snapshot.
snapshotID - The ID of the Recovery Snapshot.RecoverySnapshot.Builder sourceServerID(String sourceServerID)
The ID of the Source Server that the snapshot was taken for.
sourceServerID - The ID of the Source Server that the snapshot was taken for.RecoverySnapshot.Builder timestamp(String timestamp)
The actual timestamp that the snapshot was taken.
timestamp - The actual timestamp that the snapshot was taken.Copyright © 2023. All rights reserved.