Interface DeleteSnapshotsParamGenerator

    • Method Detail

      • withSnapshotKeys

        default DeleteSnapshotsParamGenerator withSnapshotKeys​(SnapshotKey... snapshotKeys)
        Set the identifying keys of all snapshots that should be deleted.
        Parameters:
        snapshotKeys - The identifying keys of all snapshots that should be deleted.
        Returns:
        A copy of this instance.
      • withSnapshotKeys

        DeleteSnapshotsParamGenerator withSnapshotKeys​(java.util.Collection<SnapshotKey> snapshotKeys)
        Set the identifying keys of all snapshots that should be deleted.
        Parameters:
        snapshotKeys - The identifying keys of all snapshots that should be deleted.
        Returns:
        A copy of this instance.